Forums

Checkbox array wont send result

fection 29 Feb, 2012
Dear Greyhad.

Im using the latest version of Chronoforms.

I'm using custom code for a form, and using a checkbox array:

<input type="hidden" name="input_checkbox_group_1" value="" alt="ghost" />
<input type="checkbox" name="input_checkbox_group_1[]" id="input_checkbox_group_1_choice_1" title="" value="am" class="" />
Am
<input type="checkbox" name="input_checkbox_group_1[]" id="input_checkbox_group_1_choice_2" title="" value="noon" class="" />
Noon
<input type="checkbox" name="input_checkbox_group_1[]" id="input_checkbox_group_1_choice_3" title="" value="pm" class="" />
Pm


In de template im using :"<td width="33%">{input_checkbox_group_1}</td>"

But it doesnt show the result...it sjust says {input_checkbox_group_1} in my email messages
GreyHead 29 Feb, 2012
Hi fection ,

Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.

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