Combobox Multiple Selection
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Combobox Multiple Selection
Hello everybody,
Actually i'm trying to create a form with Combo box with Multiple Selection. including (A,B and C). when i select " A Plus C". it only gives A..
Am i missing something!!!
Thank you.
Actually i'm trying to create a form with Combo box with Multiple Selection. including (A,B and C). when i select " A Plus C". it only gives A..
Am i missing something!!!
Thank you.
Re: Combobox Multiple Selection
This is from the help:
It's important to note that the element name must be in the form name[] for multiple selects! This way you'll receive the selected values in an array (this is a PHP feature).
Re: Combobox Multiple Selection
Do you mean to be [A] and [C] instead of A and C!!
Re: Combobox Multiple Selection
I'm sorry, I do not know what you mean by [A] and [C].
I am referring to the name of the combo-box.
if this does not answer your question then please try to be more specific (include the URL of the page, your settings etc.)
I am referring to the name of the combo-box.
if this does not answer your question then please try to be more specific (include the URL of the page, your settings etc.)
- BaconFries
-
- Posts: 5933
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Combobox Multiple Selection
Did you include brackets in the combobox name? Also please see the Help for more information.
Re: Combobox Multiple Selection
Do you mean to re-name the compo box name! lets say my compo box named William. so i have to re-name it to [William].
Am i right!! If yes so i already did that. and Unfortunately that doesn't work with me.
Thank you BaconFries for your reply. My answer yes Based on Pablo response.
Am i right!! If yes so i already did that. and Unfortunately that doesn't work with me.
Thank you BaconFries for your reply. My answer yes Based on Pablo response.
- BaconFries
-
- Posts: 5933
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Combobox Multiple Selection
No, at this moment I am not at PC, and as it is New Year and have had one or twolets say my compo box named William. so i have to re-name it to [William].
Re: Combobox Multiple Selection
Not [William], but William[]
Re: Combobox Multiple Selection
You're right Pablo. It works that way.
Hopefully you give an example in the Help file. i think that would be very useful.
Thank you alexmasss , BaconFries and Pablo as usual. you're the clue of this forum..

Happy New year All.
Re: Combobox Multiple Selection
Hi all,
Should the combobox multiple choices (array) work with the mysqlconnector ?
I am trying to get a simple multiple selection to be added to a mysql field (Blob, Json) to add a simple array of 2-3 names selected from list.
I have named the element testname[], and also tried the Object ID in the mysql connector as both testname[], and testname. However, can't seem to get it to work. Any pointers would be appreciated ?
D.
Should the combobox multiple choices (array) work with the mysqlconnector ?
I am trying to get a simple multiple selection to be added to a mysql field (Blob, Json) to add a simple array of 2-3 names selected from list.
I have named the element testname[], and also tried the Object ID in the mysql connector as both testname[], and testname. However, can't seem to get it to work. Any pointers would be appreciated ?
D.
Re: Combobox Multiple Selection
I'm sorry, currently data of multiple select comboboxes is not supported for MySQL.
This functionality is planned for future release.
This functionality is planned for future release.