I had the same problem not so long ago, I had to revert to checking it AFTER
it had been submitted.
(or you could use some of your own JS to validate a regular <select> maybe?)
Cfselect only seems to work when you're using it as a Multi select.
Not much help but youre not on your own with your frustration with this tag!
:)

Cheers
    Brian

----- Original Message -----
From: "Interent Gold Coast Properties"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 03, 1999 7:16 AM
Subject: Help with mandetory imput form field


> I am having problems with my cf select command where I want the system to
> check for input before the form is submitted
>
>     <cfselect name="PropertyCategory" size="1" required="yes"
> message="Please Select Your Property Category">
>      <option></option>
>                  <cfoutput query="PropertyCategoryDropDown">
>      <option>#PropertyCategoryDropDown.PropertyCategory#</option>
>      </cfoutput>
>               </cfselect>
>
> for some god dam reason the aboce does nto work
>
> your help would be appreciated
>
> 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.

Reply via email to