Checkbox Array Sent In Email

LikeStuff 14 Jan, 2017
Hi there,

I have two checkboxes on my form as per below. When I check the names they come into my email but they have the array code.

I add a Handle Arrays action into the OnSubmit event before the Email action. Is there something else I need to do? I'm not sure what I'm missing.

Girls:
array ( 0 => 'Anne', 1 => 'Mary', 2 => 'Tanya', )

Boys:
array ( 0 => 'Dane', 1 => 'Ray', 2 => 'Shane', 3 => 'Towane', )

Thank you
GreyHead 14 Jan, 2017
Hi LikeStuff,

The Handle Arrays action should handle the arrays OK. Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.

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