Forums

Checkboxes group not included in email data

ecogirl 21 Mar, 2012
I have version 4 r3.2 and my form has a check box group with 5 options.
I would like the text of the chosen option to be included in the email which is sent to the administrator (me)
How do I do this?
I am receiving the other fields, name, telephone etc. but not the chosen checkbox option which is very important part of the form.

Thanks in advance!
ecogirl 21 Mar, 2012
I just solved my own problem ... here is the solution I found ...

In the form events under email #1 go to edit the email, then go to template settings and the email template is defined. Just include a table row containing the name of the checkboxes field in the email template
in my case it was...

"<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan='2'>
Enrol Online
</td>
</tr>
<tr>
<td>
Choose Weekend
</td>
<td>
{input_checkbox_group_9}
</td>
</tr>"
.... etc. the rest of the email template follows
This topic is locked and no more replies can be posted.