I designed a form with A Radio element and a Checkbox Group element. I tested it and submitted it but when the form was emailed back it had strange code
Result Area of Interest array ( 0 => 'choice 1', 1 => 'choice 2', )
Type of Interest {Type of Interest}
Why didn't it display the text that the user entered?
Result Area of Interest array ( 0 => 'choice 1', 1 => 'choice 2', )
Type of Interest {Type of Interest}
Why didn't it display the text that the user entered?
Hi julie.steffers,
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action to show array results from the checkbox group as a list.
What is Type of Interest?? If that is an input name then please change it to Type_of_Interest as spaces are not allowed in HTML input names.
Bob
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action to show array results from the checkbox group as a list.
What is Type of Interest?? If that is an input name then please change it to Type_of_Interest as spaces are not allowed in HTML input names.
Bob
This topic is locked and no more replies can be posted.