Lights Up Theatre
05-24-2009, 07:29 PM
Does anyone know how to require a value for a drop down menu in MonsterMail? I'm using a pre-coded script coded with javascript that works quite nicely for the text fields but can't seem to get it to work for the drop down menus... here's the address of the form: http://www.lightsuptheatre.org/prereg09.shtml
What I currently am trying is adding the name of the select field (currently working on "Grade") in the array for field names and "Grade" in in the array for description/display name. I then added an option as follows:
<option selected value="">--Select Grade--</option>
However, when I submit the form, it doesn't require the drop-down. Any ideas?
Thanks,
Brendan
What I currently am trying is adding the name of the select field (currently working on "Grade") in the array for field names and "Grade" in in the array for description/display name. I then added an option as follows:
<option selected value="">--Select Grade--</option>
However, when I submit the form, it doesn't require the drop-down. Any ideas?
Thanks,
Brendan