Hi I have a problem with sending the form after the configuration in fact I always get the error:
Array
(
[email3] => Array
(
[result] => the Mail could not be sent.
[var] =>
)
)
If you can help me, thank you. Attached the configuration and the debug.
Hi polimaterica ,
I can't see in either image what the From Name and From Email settings are - have you left them empty.
Also there is an 'Empty Body' error message at the top of one of the images that might be a clue.
Bob
Hi polimaterica ,
I can see that the To and From Email addresses are the same - that will cause problem s with some mail services.
Bob
Hi polimaterica ,
Does the Test Email link in the Site Admin > Settings page work OK?
Does the form work if you use the preview link in the Forms Manager (it looks as though you are embedding it in another component here)?
Bob
Hi polimaterica,
The email body is empty, and you have the "Auto add fields data" setting disabled as well, and so no email will be sent, please enable that setting or write something in the body!
Best regards
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi polimaterica ,
Please see Max's post earlier about the empty email body.
Bob
Hi I had to create all the fields the autofield was not working anyway now it works, Thanks.
<p><img src="http://www.ristrutturaresardegna.it/images/bannerhome/mailpost.png" alt="" width="320" height="100" /></p>
<p>DATI DEL FORM</p>
<table style="margin-left: auto; margin-right: auto;">
<tbody>
<tr style="height: 68px;">
<td style="height: 68px;">
<p>NOME E COGNOME </p>
</td>
<td style="height: 68px;">{data:NOME}</td>
</tr>
<tr style="height: 14px;">
<td style="height: 14px;"> CITTA</td>
<td style="height: 14px;">
<p>{data:CITTA}</p>
</td>
</tr>
<tr style="height: 28px;">
<td style="height: 28px;">
<div class="ui label green">dati preventivo</div>
</td>
<td style="height: 28px;">{data:textarea4}{data:dati1}</td>
</tr>
<tr style="height: 16px;">
<td style="height: 16px;"> info mail e altro</td>
<td style="height: 16px;">{data:itextarea6}{data:dati2}</td>
</tr>
</tbody>
</table>
<p> </p>