I'm using the "CheckBoxes Group" on my form but when the result are emailed it looks like this:
It should look like this:
What's causing this and how can I fix it please? Thanks!!
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!!
Hi
Do you have the "Core Action -> Handle Array" in your "OnSubmit" Event included?
Do you have the "Core Action -> Handle Array" in your "OnSubmit" Event included?
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!!
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]
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]
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
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
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
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.