Checkbox group only shows one value

How to fix a checkbox group showing only one value in ChronoForms emails.

Overview

The issue occurs when the checkbox group input name is missing array brackets, preventing multiple selections from being captured.
Ensure the checkbox group name in the form includes square brackets (e.g., name="checkbox_group[]") to properly handle multiple values as an array.

Answered
ke keske 15 Aug, 2015
Hello,

I Use Chronoforms 5 and a checkboxgroup with three values. Only one value will show off in the mail.
I use Honeypot and Handle Arrays.

Website: https://www.vddesign.nl
Attachted: debugger prints

Thanks a lot for your help.

Greetings Kees
ke keske 15 Aug, 2015
BTW website form: https://www.vddesign.nl/contact

Greetings Kees
ke keske 15 Aug, 2015
And here is my configuration
Gr GreyHead 15 Aug, 2015
Answer
1 Likes
Hi keske,

Please change the checkbox group name back to checkbox_group40[] with the [] at the end to make it an array name.

Bob
ke keske 15 Aug, 2015
Hi Bob,

Thank you very much.
I remember that I removed these because I thought that it had to be the same name as the 'id'.

Works like a charm now.
Have a nice day.

Best regards , Kees
This topic is locked and no more replies can be posted.