I am using the drop down box in a form to offer the user a selection
extracted from the database however I cannot get the "required" facility to
work in the event the user does not select any data from that field

your assistance would be appreciated

the code I am using as  follows:

    <td><b>Property Category</b><br>
               <cfselect name="PropertyCategory" size="1" required="yes"
message="Please Select Your Property Category">
     <option></option>
                 <cfoutput query="PropertyCategoryDropDown">
     <option>#PropertyCategoryDropDown.PropertyCategory#</option>
     </cfoutput>
              </cfselect>
                  </td>


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