Question
Really? Cfselect required
I have done some research on cfselect validation being useless but I have a hard time believing it. I have tested it on my own and cannot get the tag to work.
How do I get cfselect to require a selection?
<cfselect name="bobby" required="yes" message="Select something please.">
<option value="" selected></option>
<option value="red">red</option>
</cfselect>
Doesn't work... allows me to select nothing without a prompt
