I have a form that I want the end user to make a selection from but if they fail to make a selection I want it to have an error to tell the user to go back and make a selection before they submit the form. Here is a sample of my code, All my textboxes do the error checking just fine, I don't know why the selction boxes don't work? If anyone can help me with this I'd be very gratefull.
I'm running out of hair to pull here..
<td align="right" nowrap>How did you hear about us:</td>
<td colspan="2"><cfselect name="Marketrack" required="yes" message="Please go back and tell us how you heard about us?">
<option value=""></option>
<option value="Website referral">Web site referral</option>
<option value="Banner Advertisement">Advertisement</option>
<option value="Email Solicitation">Email Solicitation</option>
<option value="Direct Mail">Direct Mail</option>
<option value="Other">Other</option>
</cfselect>
</td>
I'm running out of hair to pull here..
<td align="right" nowrap>How did you hear about us:</td>
<td colspan="2"><cfselect name="Marketrack" required="yes" message="Please go back and tell us how you heard about us?">
<option value=""></option>
<option value="Website referral">Web site referral</option>
<option value="Banner Advertisement">Advertisement</option>
<option value="Email Solicitation">Email Solicitation</option>
<option value="Direct Mail">Direct Mail</option>
<option value="Other">Other</option>
</cfselect>
</td>