Hi to all,
I'm using DB Record loader feature to load DB fields in order to perform ad EDIT action on record submitted previously with an INSERT form.
I need to manage the loaded record also through PHP code.
In my EDIT view form I use the sintax:
<input type="text" value="{db_column_name}">
and all goes well.
When I use the sintax
<?php
echo "test:". $form->data['db_column_name'];
?>
nothing happen.
Any ideas?
Thanks
I'm using DB Record loader feature to load DB fields in order to perform ad EDIT action on record submitted previously with an INSERT form.
I need to manage the loaded record also through PHP code.
In my EDIT view form I use the sintax:
<input type="text" value="{db_column_name}">
and all goes well.
When I use the sintax
<?php
echo "test:". $form->data['db_column_name'];
?>
nothing happen.
Any ideas?
Thanks