ClarkKent101
Programmer
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...
Thanks for your time,
- CK
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