keep drop down boxe selections?
Posted: Sat Mar 13, 2010 11:34 am
Is there a simple way to keep all selected drop-down boxes exactly as they were selected after submitting a form.
I'm not just asking about keeping the selected values but the selections as they appear to the user at the time they submit.
In javascript by default it keeps the form in tact after submitting but I can't figure out how to do it in php.
I'm working on something that will probably end up with a hundred or more selections & I don't want the selected box cleared off the screen after clicking "submit".
Any help greatly appreciated
I'm not just asking about keeping the selected values but the selections as they appear to the user at the time they submit.
In javascript by default it keeps the form in tact after submitting but I can't figure out how to do it in php.
I'm working on something that will probably end up with a hundred or more selections & I don't want the selected box cleared off the screen after clicking "submit".
Any help greatly appreciated