Did you put the required space in the value of the first option?

On 3/1/06, Les Mizzell <[EMAIL PROTECTED]> wrote:
> Hmmmm
>
>
> <cfselect
>     name="eventID"
>     required="yes"
>     message="You Must Select an Event" multiple="no">
>       <option value="">Pick something</option>
>           <cfoutput query=myQUERY">
>              <option value="#myQUERY.id#">#myQUERY.eventNAME#</option>
>           </cfoutput>
> </cfselect>
>
>
> Submits whether I select anything or not, so, there's a bug?
>
> What's the best way to require any selection BUT the first one?


--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233711
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to