Hi
I created a simple form with CF V5 and I encounter a problem: I have a Checkbox Group "Event" with Event1=Event1, Event2=Event2 and so on.
When I submit the form, only the last checked Event is submitted to Email and Display Message.
I included Handle Array - no difference ...
Any hint welcome.
Thank you
I created a simple form with CF V5 and I encounter a problem: I have a Checkbox Group "Event" with Event1=Event1, Event2=Event2 and so on.
When I submit the form, only the last checked Event is submitted to Email and Display Message.
I included Handle Array - no difference ...
Any hint welcome.
Thank you
Hi hekla,
Please do not use Event as an input name as ChronoForms also uses event. Change the name to something else like event_x.
It also need to be an array name like event_x[] to return multiple results from a check box group or a multiple select drop-down.
Bob
Please do not use Event as an input name as ChronoForms also uses event. Change the name to something else like event_x.
It also need to be an array name like event_x[] to return multiple results from a check box group or a multiple select drop-down.
Bob
Hi Bob
thank you for your answer!
I actually didn't use "Event" but the German Word "Veranstaltung" ...
My question (as I couldn't find the answer in the forum):
what do I have to do to get an array name like Veranstaltung[], where do I include/add it?
Thank you
Hekla
thank you for your answer!
I actually didn't use "Event" but the German Word "Veranstaltung" ...
My question (as I couldn't find the answer in the forum):
what do I have to do to get an array name like Veranstaltung[], where do I include/add it?
Thank you
Hekla
I found the solution:
from:
https://www.chronoengine.com/forums/posts/t95618/p327929/checkbox-group-only-send-the-last-selection.html#p327929
Thank you!
Please add "[]" to the end of the field name of the checkboxe group, this is necessary to post all the values!
from:
https://www.chronoengine.com/forums/posts/t95618/p327929/checkbox-group-only-send-the-last-selection.html#p327929
Thank you!
This topic is locked and no more replies can be posted.