Hello,
I have a form and 5 fields are required (4 text fields, and 1 dropdown) but I want to validate the dropdown so that it is not = to "Choose One..." which is the first option. What should I add to the code below?
<input name="Submit" type="submit" onclick="MM_validateForm('firstName','','R','lastName','','R','SLID','','R','supName','','R');return document.MM_returnValue" value="Submit" />
<input type="reset" name="Submit2" value="Clear" />
Thanks in advance
I have a form and 5 fields are required (4 text fields, and 1 dropdown) but I want to validate the dropdown so that it is not = to "Choose One..." which is the first option. What should I add to the code below?
<input name="Submit" type="submit" onclick="MM_validateForm('firstName','','R','lastName','','R','SLID','','R','supName','','R');return document.MM_returnValue" value="Submit" />
<input type="reset" name="Submit2" value="Clear" />
Thanks in advance