Hi
How can you send the info result from CheckBoxesGroup? when I try to include it simply with {input_checkbox_group_7} brackets like the other variables, I get this in my mail :Interested in : {input_checkbox_group_7}
What am I missing?
Thanks Daphna Levin
How can you send the info result from CheckBoxesGroup? when I try to include it simply with {input_checkbox_group_7} brackets like the other variables, I get this in my mail :Interested in : {input_checkbox_group_7}
What am I missing?
Thanks Daphna Levin
HI
i JUST SAY THAT PEOPLE recommend to do this:
You do need to set Editable to 'Yes' in the Plug-in Configuration.
But I don't understand where should i DO THIS?
i JUST SAY THAT PEOPLE recommend to do this:
You do need to set Editable to 'Yes' in the Plug-in Configuration.
But I don't understand where should i DO THIS?
Hi Daphna,
I think you are using ChronoForms v4??
If your CheckBox group is sending back an array of results (users can click more than on checkbox) then you need to drag a Handle Arrays action into the OnSubmit box. This will convert the array into a string suitable for display in an email or for saving in the database.
The 'Set Editable to Yes' suggestion is for the Profile plug-in in ChronoForms v3. In CFv4 the DB Record Load action is similar but it doesn't have an 'Editable' option.
Bob
I think you are using ChronoForms v4??
If your CheckBox group is sending back an array of results (users can click more than on checkbox) then you need to drag a Handle Arrays action into the OnSubmit box. This will convert the array into a string suitable for display in an email or for saving in the database.
The 'Set Editable to Yes' suggestion is for the Profile plug-in in ChronoForms v3. In CFv4 the DB Record Load action is similar but it doesn't have an 'Editable' option.
Bob
This topic is locked and no more replies can be posted.