ok……
When I use the default form like the following, I recieve a subject and a message in my email:
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Subject
[text your-subject] </p>
<p>Your Message
[textarea your-message] </p>
<p>[submit “Send”]</p>
When I add anything else like a textarea or checkbox it is not received in the email.
What am I doing wrong?