Form with Combobox/ Multiple Selections
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
-
-
- Posts: 54
- Joined: Tue May 09, 2017 5:29 pm
Form with Combobox/ Multiple Selections
All,
I am having some issues with a feature of the form combobox. The form itself works correctly and submits to the MySQL DB just fine. However I have the checkbox "Allow multiple selections" checked. It does allow you to select multiple entries in the list however when being sent to the MySQL db it only shows the last entry that was selected from the list. Its not being hidden either its acting as though it never selected the other entries from the list. Any ideas or am I missing some small check box somewhere else?
Thanks!
I am having some issues with a feature of the form combobox. The form itself works correctly and submits to the MySQL DB just fine. However I have the checkbox "Allow multiple selections" checked. It does allow you to select multiple entries in the list however when being sent to the MySQL db it only shows the last entry that was selected from the list. Its not being hidden either its acting as though it never selected the other entries from the list. Any ideas or am I missing some small check box somewhere else?
Thanks!
Re: Form with Combobox/ Multiple Selections
Did yo include brackets in the combobox name?
-
-
- Posts: 54
- Joined: Tue May 09, 2017 5:29 pm
Re: Form with Combobox/ Multiple Selections
No I did not. Please don't tell me that it was a simple instruction like that, that I missed....
Re: Form with Combobox/ Multiple Selections
Note that this is documented in the help.
Re: Form with Combobox/ Multiple Selections
i can't understand where did you put the bracket. is there any example. i try to understand form help menu but i lost. i'm now working with combo box multiple selection anda failed to configure that. please show me some example.
Re: Form with Combobox/ Multiple Selections
The brackets should be in the name of the combobox.
Re: Form with Combobox/ Multiple Selections
i follow the help document and your suggestion but no luck. name[] no luck. i already modified the code using jquery autocomplete multiple remote source. maybe you can look this problem and release fix soon. for beginner like me, that's a good option to have multiple select combobox without modifying code. tq pablo
Re: Form with Combobox/ Multiple Selections
Did you select Type = listbox and ticked the "Allow multiple selections" box?johnmalay wrote: ↑Tue Jul 31, 2018 7:25 ami follow the help document and your suggestion but no luck. name[] no luck. i already modified the code using jquery autocomplete multiple remote source. maybe you can look this problem and release fix soon. for beginner like me, that's a good option to have multiple select combobox without modifying code. tq pablo
I've no idea what your modified code does but I would remove that first; there is no need to modify the code.
Re: Form with Combobox/ Multiple Selections
There is nothing to do fix. It works as it should.maybe you can look this problem and release fix soon.