Hello Colleagues from this forum,
I already have the values of the mysql fields inside variables such as $name, $address and so on.
I am placing <?php echo $name?> in the field "Initial value" on the Editbox properties, but it is not working.
This php script was working very well with the value="<?php echo $name?>" but it had poor (normal) visual aspect and I wanted to make it a little bit more good looking.
So, how do I place these values in the screen fields of the Bluevoda form ?
Thanks for all the help,
José Almeida
I already have the values of the mysql fields inside variables such as $name, $address and so on.
I am placing <?php echo $name?> in the field "Initial value" on the Editbox properties, but it is not working.
This php script was working very well with the value="<?php echo $name?>" but it had poor (normal) visual aspect and I wanted to make it a little bit more good looking.
So, how do I place these values in the screen fields of the Bluevoda form ?
Thanks for all the help,
José Almeida
Comment