If you're using an select form field, you have to put some value(s) in your option tags
<option value="1">One</option>
Or you may need to use a <cfinput type="text"...> tag and set it to required in one of
a few
different ways.
Chris Giminez
Owner - Cyber Scriber Web Site Design
831-728-4469
ICQ# 2628000
> I am using cf select to make a input form field mandetory however it does
> not seem to work any suggestions
>
> <cfselect name="PropertyCategory" size="1" required="yes"
> message="Please Select Your Property Category">
> <option></option>
> <cfoutput query="PropertyCategoryDropDown">
> <option>#PropertyCategoryDropDown.PropertyCategory#</option>
> </cfoutput>
> </cfselect>
>
>
> Kind Regards
>
> Claude Raiola
> E-Mail: [EMAIL PROTECTED]
> Website: www.internetgoldcoastproperties.com.au
>
>
>
> ------------------------------------------------------------------------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.