How do you prepopulate a form so that if the user has an error on the page when it redisplays the form for them the stuff they input is there as well as the stuff my code put there (e.g., the items in a SELECT list).
I've got the basic form working where it's remembering what the user input or selected but I can't figure out how to generate the SELECT list.
Thanks for the newbie help.


Reply With Quote