'Session 1 - July 23rd to July 27th', )It should look like this:Session 1 - July 23rd to July 27thWhat's causing this and how can I fix it please? Thanks!!"> CheckBox Sending Array In Email - Forums

Forums

CheckBox Sending Array In Email

LikeStuff 08 Mar, 2012
I'm using the "CheckBoxes Group" on my form but when the result are emailed it looks like this:

array ( 0 => 'Session 1 - July 23rd to July 27th', )



It should look like this:

Session 1 - July 23rd to July 27th



What's causing this and how can I fix it please? Thanks!!
le5 08 Mar, 2012
Hi

Do you have the "Core Action -> Handle Array" in your "OnSubmit" Event included?
LikeStuff 08 Mar, 2012
No I do not have it. Is there a particular order that it should be in? Please view attached to see what I currently have. Thanks!!
le5 12 Mar, 2012
Just put the "Handle Arrays" before you send an email and/or want to save your results to the database.
And for seperation of multiple checkbox, you can configure the seperating characters, as example ", " (without quotes but with the space, so it looks nicer in the email and db).

[attachment=0]chronoforms_array.jpg[/attachment]
colemjosel 17 May, 2012
Hi everybody

Im using 2 checkbox fields for Handle Arrays but just the second work, i will be completely sure to put on Event - Handle Arrays - Skipped fields names the correct fields names

Please help me
GreyHead 17 May, 2012
Hi colemjosel,

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 may need to switch to the Advanced Wizard to do this; if you want to continue to use the Easy Wizard please make a copy of your form first and add the Debugger action to the copy.

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