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.

Reply via email to