Hi.
The senario is that the user enters field into a form, and if the user forgets to select a field, errors are reported and the html form is reloaded.
I know how to recall textfields, but what about recalling dropdown lists and radio buttons?
(for the textfields: i'm not using sessions, just $_POST variable to see if they're set inside the textfields...)
Thanks
Dominic