I have 7 dropdown menus. The user will need to select an option from one of them. Is there a way to make it so if a user selects from one of them, the others will return to the first option that has no value so the user can not select from more then one menu?
i.e.
<select name=1>
<option value="">Select an option...
<option value="1">1
<option value="2">1
<option value="3">3
etc...
I hope I explained it ok.
Thanks
SNT
i.e.
<select name=1>
<option value="">Select an option...
<option value="1">1
<option value="2">1
<option value="3">3
etc...
I hope I explained it ok.
Thanks
SNT