Hello,
My form is working but when I want to received the data by email I get blank email
In the setup for the email I have :
Enabled : YES
To : contact@mydomainename.com
Subject : test
From name : admin
From email : contact@mydomainename.com
email format HTML
Template generation auto
Email Template :
but I get blank email
what did I setup wrong ?
Thanks in advance for your help
My form is working but when I want to received the data by email I get blank email
In the setup for the email I have :
Enabled : YES
To : contact@mydomainename.com
Subject : test
From name : admin
From email : contact@mydomainename.com
email format HTML
Template generation auto
Email Template :
<table>
<tr><td>Votre pseudo</td><td>{pseudo}</td></tr>
<tr><td>Votre sexe</td><td>{sexe}</td></tr>
<tr><td>Votre âge</td><td>{age}</td></tr>
<tr><td>Votre témoignage</td><td>{temoignage}</td></tr>
</table>
but I get blank email
what did I setup wrong ?
Thanks in advance for your help