Checkbox group comma separeted via Email

Piszi 09 Apr, 2012
Hello,

I'm trying to figure out, how can I send my form with a checkbox group so that the values are separeted with comma.
Now in deafult it looks like this in the email: array(0 => '2002', 1 => '2003',) is there any way to make it like this 2002, 2003, etc...

Thanks
GreyHead 09 Apr, 2012
Hi Piszi,

Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.

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