Dear Greyhad.
Im using the latest version of Chronoforms.
I'm using custom code for a form, and using a checkbox array:
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
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