Multiple selection using Select in form control

Issues related to forms.
Post Reply
petejos
 
 
Posts: 185
Joined: Wed Aug 22, 2012 11:43 am

Multiple selection using Select in form control

Post by petejos »

Hi Pablo,

I created a form using "Select" from form control.

I also enable multiple selection. However, when i received the email after completing the form, I only receive 1 selection. Is there anything i miss? Please assist. Thanks.
User avatar
BaconFries
 
 
Posts: 6237
Joined: Thu Aug 16, 2007 7:32 pm

Re: Multiple selection using Select in form control

Post by BaconFries »

When you use this then each item name needs to end with [ ] (square brackets) so they look like this item1[ ] item2[ ] and so on....
User avatar
Pablo
 
Posts: 24219
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Multiple selection using Select in form control

Post by Pablo »

When you use this then each item name needs to end with [ ] (square brackets) so they look like this item1[ ] item2[ ] and so on....
There is also a note about this in this help.

This is not specific to WWB, but standard HTML functionality.
petejos
 
 
Posts: 185
Joined: Wed Aug 22, 2012 11:43 am

Re: Multiple selection using Select in form control

Post by petejos »

Pablo wrote: Sat Jan 03, 2026 12:29 pm
When you use this then each item name needs to end with [ ] (square brackets) so they look like this item1[ ] item2[ ] and so on....
There is also a note about this in this help.

This is not specific to WWB, but standard HTML functionality.
where can i find the help?
petejos
 
 
Posts: 185
Joined: Wed Aug 22, 2012 11:43 am

Re: Multiple selection using Select in form control

Post by petejos »

BaconFries wrote: Sat Jan 03, 2026 12:07 pm When you use this then each item name needs to end with [ ] (square brackets) so they look like this item1[ ] item2[ ] and so on....
I am a bit confuse where should I add the []?
petejos
 
 
Posts: 185
Joined: Wed Aug 22, 2012 11:43 am

Re: Multiple selection using Select in form control

Post by petejos »

petejos wrote: Mon Jan 05, 2026 1:54 am
BaconFries wrote: Sat Jan 03, 2026 12:07 pm When you use this then each item name needs to end with [ ] (square brackets) so they look like this item1[ ] item2[ ] and so on....
I am a bit confuse where should I add the []?
When i adding an item, there are fields Text, Value and State.
User avatar
Pablo
 
Posts: 24219
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Multiple selection using Select in form control

Post by Pablo »

You can open the help under the "help" menu (F1).
Or by click the 'Help' button in the properties.

Brackets should be added to the name property.
Post Reply