Hi,
I set up html template in events/email as follow:
and I receive back the following:
as you can see, the choise "Choise for visit" comes out with a "strange" result (it should show the text after the equal sign: choise 1= I wish your dedicated staff to pay me a visit which I set in the preview/checkboxes element)
The label Date is not showed (see html) as well as the Privacy label.
Would you please help me to find out why?
One more request: can you explain the setting to send Thanks message to user?
Thank you for help
I set up html template in events/email as follow:
<table border="0" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td><strong>First name</strong></td>
<td>{First_name}</td>
</tr>
<tr>
<td><strong>Last name</strong></td>
<td>{Last_name}</td>
</tr>
<tr>
<td><strong>Company</strong></td>
<td>{Company}</td>
</tr>
<tr>
<td><strong>Address</strong></td>
<td>{Address}</td>
</tr>
<tr>
<td><strong>City</strong></td>
<td>{City}</td>
</tr>
<tr>
<td><strong>Country</strong></td>
<td>{input_select_21}</td>
</tr>
<tr>
<td><strong>Post code</strong></td>
<td>{Post_code}</td>
</tr>
<tr>
<td><strong>E-mail</strong></td>
<td>{email_address}</td>
</tr>
<tr>
<td><strong>Phone</strong></td>
<td>{phone}</td>
</tr>
<tr>
<td><strong>Mobile</strong></td>
<td>{mobile}</td>
</tr>
<tr>
<td><strong>Choise for visit</strong></td>
<td>{input_checkbox_group_26}</td>
</tr>
<tr>
<td><Visit date</strong></td>
<td>{input_datetime_27}</td>
</tr>
<tr>
<td><strong>Message</strong></td>
<td>{message}</td>
</tr>
<tr>
<td><Privacy</strong></td>
<td>{input_radio_29}</td>
</tr>
</tbody>
</table>
and I receive back the following:
First name pinco
Last name palla
Company lamia
Address via pincoPalla 12
City Rome
Country AN
Post code 00258
E-mail mail@studiografico.info
Phone 0032154789
Mobile
Choise for visit array ( 0 => 'choice1', )🤨
🤨 2012-12-26
Message uyuiyuityui
🤨 Yes
as you can see, the choise "Choise for visit" comes out with a "strange" result (it should show the text after the equal sign: choise 1= I wish your dedicated staff to pay me a visit which I set in the preview/checkboxes element)
The label Date is not showed (see html) as well as the Privacy label.
Would you please help me to find out why?
One more request: can you explain the setting to send Thanks message to user?
Thank you for help