Hi,

I have a content type with this property declaration:

 <cfproperty
    ftseq="8"
    ftwizardStep="General Details"
   name="careerType"
    type="string"
    hint="Career Type"
    required="yes"
    default=""
    ftlabel="Career Type"
    ftType="list"
    ftlist="Dean, Office Manager, Senior Teacher"
    ftRenderType="dropdown"
   />


This generates a drop down for me in the webtop, but how can I have a
blank value as the first option.  When the page loads I see the first
value in the list but since some fields are optional in my form I'd
like to have it say 'Please select' or show a blank value.

Can someone share how this is done?

Thanks!

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to