This is my first time using Contact Form 7. I was getting the validation error message every time. I changed the email* field to a text* field, and it worked instantly. For some reason, the email* field validation was rejecting valid email addresses. My form is located here: https://christmasspirit.ca/submit/
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[text* your-email] </p>
<p>Your Phone Number (required)
[text* your-phone-number] </p>
<p>Please tell us as much as you can about the Nativity
[textarea* Extended_description1 40×15 watermark “Where does it come from? \n What is it made of? \n What does it mean to you?”]</p>
<p>[captchac captcha-468]</p>
<p>[captchar captcha-468 4/4]</p>
<p>[submit “Send”]</p>