|
Posted by @net on 09/14/06 14:52
Hi,
I have page1.php with form to fill by customer. Inside form is field
with dynamic drop-down menu (choices from database). On page2.php I
have validation of values posted from page1.php. In case or error or
forbiden values, customer is redirected to page1.php again (with proper
error notification) to correct them. All the values should be preserved
on redirection to page1.php by session variables, so the customer dont
have to fill all the fields again, but only to make correction. It's
easy with <input type="text"...
Now the question:
How to preserve the position choosed from first submition in drop-down
menu since it is dynamicly populated?
THX, everyone.
Navigation:
[Reply to this message]
|