I would like recibe in mail this structure with a table. It is possible? Where I introduce the code to make this it is possible?
Name: Adam Name: Adam
Name: Adam Name: Adam
Name: Adam Name: Adam
Name: Adam Name: Adam
Thanks
Name: Adam Name: Adam
Name: Adam Name: Adam
Name: Adam Name: Adam
Name: Adam Name: Adam
Thanks
in the configuration screen choose "my template" as the email type and in the form edit page put whatever in the "email template" box!
If I paste this code in Email Structure this not run, why?
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" bgcolor="#CCCCCC"> Client:</td>
<td colspan="3">{client}</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"> Adreça:</td>
<td width="30%">{direccio}</td>
<td width="20%" bgcolor="#CCCCCC"> Data:</td>
<td width="31%">{data}</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"> Att. Sr.: </td>
<td>{atencio_de}</td>
<td bgcolor="#CCCCCC"> Tel:</td>
<td>{telefon}</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"> Càrrec:</td>
<td>{carrec}</td>
<td bgcolor="#CCCCCC"> Fax:</td>
<td>{fax}</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"> e-mail:</td>
<td>{mail}</td>
<td bgcolor="#CCCCCC"> Ref. Client: </td>
<td>{ref_client}</td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" bgcolor="#CCCCCC"> Client:</td>
<td colspan="3">{client}</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"> Adreça:</td>
<td width="30%">{direccio}</td>
<td width="20%" bgcolor="#CCCCCC"> Data:</td>
<td width="31%">{data}</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"> Att. Sr.: </td>
<td>{atencio_de}</td>
<td bgcolor="#CCCCCC"> Tel:</td>
<td>{telefon}</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"> Càrrec:</td>
<td>{carrec}</td>
<td bgcolor="#CCCCCC"> Fax:</td>
<td>{fax}</td>
</tr>
<tr>
<td bgcolor="#CCCCCC"> e-mail:</td>
<td>{mail}</td>
<td bgcolor="#CCCCCC"> Ref. Client: </td>
<td>{ref_client}</td>
</tr>
</table>
Hi serie3,
That looks good to me. Have you set the ChronoForms Config to 'My template' as Max suggested?
If that's not the problem please post your form code and an image of the General tab for this form.
Thanks
Bob
That looks good to me. Have you set the ChronoForms Config to 'My template' as Max suggested?
If that's not the problem please post your form code and an image of the General tab for this form.
Thanks
Bob
This topic is locked and no more replies can be posted.