Forums

Recive e-mail structure

serie3 16 Jul, 2007
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
Max_admin 17 Jul, 2007
in the configuration screen choose "my template" as the email type and in the form edit page put whatever in the "email template" box!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
serie3 17 Jul, 2007
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>
GreyHead 17 Jul, 2007
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
serie3 17 Jul, 2007
Ok,

Thanks, My problem are that I don't have "MY template" selected.

THANKS THANKS,
This topic is locked and no more replies can be posted.