I searched in all the posts of the forum but I did not find anything useful.
So now I'm asking for help.
In a previous tpoic you said that the email templates should follow simple lines following the form code.
It's not apparently working for checkboxgroup. Following your instructions I wrote the following code:
The first one, {input_text_38} works perfectly.
The second one, {input_checkbox_group_39} is sent as it is: {input_checkbox_group_39}
No data attached.
I have 3 choices for this checkbox:
choice 1=Scuola d'infanzia
choice 2=Scuola primaria
choice 3=Scuola secondaria
The emails are correctly sent.
Where I'm doing mistakes?
So now I'm asking for help.
In a previous tpoic you said that the email templates should follow simple lines following the form code.
It's not apparently working for checkboxgroup. Following your instructions I wrote the following code:
<div class="clear"></div><div id="error-message-input_text_37"></div></div>
<div class="ccms_form_element cfdiv_text" id="blah_blah__container_div">
<label>blah_blah</label>
{input_text_38}
<div class="clear"></div><div id="error-message-input_text_38"></div></div>
<div class="ccms_form_element cfdiv_checkboxgroup" id="boh_boh__container_div">
<label>boh_boh:</label>
{input_checkbox_group_39}
<div class="clear"></div>
<div id="error-message-input_checkbox_group_39"></div>
</div>
The first one, {input_text_38} works perfectly.
The second one, {input_checkbox_group_39} is sent as it is: {input_checkbox_group_39}
No data attached.
I have 3 choices for this checkbox:
choice 1=Scuola d'infanzia
choice 2=Scuola primaria
choice 3=Scuola secondaria
The emails are correctly sent.
Where I'm doing mistakes?