Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cfselect multiple="yes" problem...

Status
Not open for further replies.

ClarkKent101

Programmer
Jul 19, 2006
48
DE
Hi Everyone,

I have a cfselect that is populated using a query. I want to enable the user to select multiple entries in the cfselect - so naturally i set the multiple attribute to 'yes'. I would expect that to select more than one option in the cfselect drop down list you would need to keep in the control button and click or something to that effect to select more than one option, but that doesn't seem to work. Clicking on a single option in the drop down list (whether i have control down or not) closes the list which doesn't allow me to select more than one option. This is being done in Flash Forms.

Does anyone know what I'm doing wrong?

Here is the code for the cfselect...

Code:
<cfselect name="venue" width="140" value="Venue" label="Venue:" query="q_venues" required="yes" message="You need to specify a Venue" style="#text#" multiple="yes"></cfselect>

Thanks for your time,

- CK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top