itzumar
Posts: 88
|
| Posted: 11/24/2012, 10:50 AM |
|
i have record form with listbox value in it. for example
From a drop down list box or combo box visitor selects one option and submits the form. If the form validation fails then we have to show again the same form asking for changes in input data and submit again. In this process we have to keep our drop down box selected to the option previously selected by the user. For example in a travel information form, visitor select the week day of travel from a drop down list box having all days of the week and submits the form, then due to any reason the form validation fails and we ask the visitor to again fill the form, we must keep the previously selected day of the week of the visitor as selected only. So if the visitor has selected Monday then the form has to show day Monday as selected day of the week..
is there any solution which solve my problem
_________________
Umar |
 |
 |
itzumar
Posts: 88
|
| Posted: 11/24/2012, 11:55 AM |
|
how to retain value in list box after submit
_________________
Umar |
 |
 |
MichaelMcDonald
Posts: 640
|
| Posted: 11/24/2012, 9:16 PM |
|
Listbox should stay set if validation fails providing preserve parameters for the form are set to GET and POST....
_________________
Central Coast, NSW, Australia.
|
 |
 |
|