Hello,
when I have a form in Chronoforms 5 that includes a checkbox group and send an email on submit that includes the form results, the email shows i.e. "(array -> 'Yes')" as selected value of the checkbox group instead of just "Yes". How can I set it up to only show "Yes"?
Thanks and regards,
Andy
when I have a form in Chronoforms 5 that includes a checkbox group and send an email on submit that includes the form results, the email shows i.e. "(array -> 'Yes')" as selected value of the checkbox group instead of just "Yes". How can I set it up to only show "Yes"?
Thanks and regards,
Andy
Hi Andy,
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Bob
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Bob
Hi - on this same topic. I am just getting the last item selected in my emails. I have included the handle arrays action. What am I missing?
Hi - on this same topic. I am just getting the last item selected in my emails. I have included the handle arrays action. What am I missing?
Should have added that I do not get the array> in my emails with or without the "handle array" action.
Hi sharonbetts,
You probably haven't given the group an array name with [] at the end e.g. checkbox_1[]
Bob
You probably haven't given the group an array name with [] at the end e.g. checkbox_1[]
Bob
I had the same issue, but is soolved now;
In teh FAQ's it says:
Handling Arrays
ChronoForms has a Handle Arrays action in the Utilities action group that is intended to take the arrays returned by checkbox groups and by multiple select drop-downs and convert them into lists of values that are can be saved to the database or used in an emai
However, it's in the Core Actions area...
In teh FAQ's it says:
Handling Arrays
ChronoForms has a Handle Arrays action in the Utilities action group that is intended to take the arrays returned by checkbox groups and by multiple select drop-downs and convert them into lists of values that are can be saved to the database or used in an emai
However, it's in the Core Actions area...
Hi SPABO,
You are correct, the FAQ was written for CFv4 but the action (like many others) has moved in CFv5. I've added a note to the FAQ.
Bob
You are correct, the FAQ was written for CFv4 but the action (like many others) has moved in CFv5. I've added a note to the FAQ.
Bob
This topic is locked and no more replies can be posted.