Checkbox Label adding value

dh dheio 03 Aug, 2015
Hi,
I'm new. I used the checkbox label, but I can't figure out how to add multiple values.
ES. I wish you could select: breakfast, dinner, flowers, etc.
Thanks
Gr GreyHead 03 Aug, 2015
Hi dheio,

If you use a CheckBox group and give it an array name ending with [] then you can select mutiple boxes.

Bob
dh dheio 04 Aug, 2015
sorry but I am desperate because I can't fix something so simple.
In order:
1) I created a simple form
2) designer tab I added checkbox label 1
3) I clicked the checkbox label's edit but do not know where to add other values

Thank you
Gr GreyHead 04 Aug, 2015
Hi dheiro,

For more than one value you need to add a Checkbox Group element and add the values and text in the Options box
breakfast=Breakfast
dinner=Dinner
. . .

Bob
dh dheio 04 Aug, 2015
Ok,
thank you so much for the information..
I wrong the checkbok
Bo Bochnia 07 Oct, 2015
Hello I have a similar problem , however in my case it saves only one value in the database even try the user marked more than one option . How should I do?
Gr GreyHead 07 Oct, 2015
Hi Bochnia,

Please make sure that the Checkbox group has an array name ending in [] and add a Handle Arrays action in the On Submit event before the DB Save action.

Bob
This topic is locked and no more replies can be posted.