I'm using cfselect for a required field.  The problem I'm having is that
it's not validating.  This is in a cfform with an html type.  Here's my
code:

<cfselect name="recipient_id" message="You must select an email recipient."
queryposition="below" query="getStaffEmails" value="id"
display="fulldisplay" selected="#session.contact.recipient_id#"
visible="Yes" enabled="Yes" required="Yes" style="width: 305px;">
 <option value=" ">Select Recipient</option>
</cfselect>

Any idea of what I'm doing wrong?

Thanks

Pete


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346343
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to