gtbikerider
Technical User
I am trying to force a selection be made from a dropdown list. Using "cfselect" and setting required to "yes" would appear to prevent selection of the "selected" option, but it doesn't work. Any idea what I am missing, or is this a bug that has to be worked around with javascript?
<cfselect name="myname" required="Yes" message="you must select something">
<option value="null" selected>Please Select</option>
<option value="1">option 1</option>
<option value="2">option 2</option>
--
John Carratt
<cfselect name="myname" required="Yes" message="you must select something">
<option value="null" selected>Please Select</option>
<option value="1">option 1</option>
<option value="2">option 2</option>
--
John Carratt