I have a form to insert record.
Some fields are select from a table. When the data in the tables are updated , the user needs to refresh the form to have the ability of select the new values.
I created a PHP button which calls the sc_exit(ref).
Problem is that when the form is refreshed (or the user press F5 in the browser), the fields are reset to empty.
Is there a way to refresh the form keeping the selected values ?
Thanks.
Federico