Group Checkbox in Simple form not working for me

ro rosiserem 22 Sep, 2014
Hi,
Group checkbox is only bring the last option among what the user selects. eg. if a user select white, black and red, it will only bring red in the email.

What can I do differently? I have been at it for at least 1 hour!

Thanks in Advance
Gr GreyHead 22 Sep, 2014
Hi rosiserem,

Please add [] to the end of the input name e.g. color[] to force it to return an array of results. You may also need to add a Handle Arrays action into the On Submit event before the Email action.

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