Hi
I am trying to add a captcha code with a premium wordpress theme called Dandelion. I can generate the form using contact form 7 easily.
When I try to add in a captcha code I dont see it on the page and if I try and send the form I get an error message - [Validation errors occurred. Please confirm the fields and submit it again.]
I am using reCaptchca to do this
This is the url where I am trying to add the code
http://villagegalleryarts.org/portfolio/barn-in-red-clover-by/
This is the form code
<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>
<p>[recaptcha recaptcha-362]</p>
Any advice would help thanks