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.
Help with mandetory form input fields
Internet Gold Coast Properties Mon, 03 Apr 2000 23:29:56 -0700
- Re: Help with mandetory form input fields Internet Gold Coast Properties
- Re: Help with mandetory form input fie... Chris Giminez

