Multiple select checkbox group

Process multiple selections from a checkbox group in ChronoForms.

Overview

By default, only the last selected value is captured because the form field is not configured as an array.
Add square brackets to the checkbox group name to send values as an array, then use a Handle Arrays action in the On Submit event to format the data for email or storage.

Answered
FA FAKNL 06 Mar, 2015
I can't find out how to proces a multi select checkbox group.
Basicly I want an user to select one or more items from a checkbox group.
I read that only the last item selected will be processed and to get all items selected I have to use an array.
But how? I've looked at all the demo examples.
Further more how to get this in an email.
Gr GreyHead 06 Mar, 2015
Answer
Hi FAKNL,

Please add [] to the end of the checkbox group name e.g. checkbox_group[]

You may also need to add a Handle Arrays action to the On Submit event to convert the array back to a comma separated string after submission.

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