[Plugin: Contact Form 7 not working with ReCaptcha
-
Hello, I’m setting up a contact form using recaptcha to stop spam.
Problem is everything is coming up as “Submission was refereed to as spam.”
If i take Recaptcha out of cf7 line of code the form successfully sends an email.
Website is http://twistedvirtue.com/contact/
Heres the code:
<p class=”name”>
<input type=”text” name=”name” id=”name” placeholder=”John Doe”/><label for=”name”> Name</label>
</p><p class=”email”>
<input type=”text” name=”email” id=”email” placeholder=”mail@example.com”/><label for=”email”> Email</label>
</p><p class=”subject”>
<input type=”text” name=”subject” id=”subject” placeholder=”Purchase”/><label for=”subject”> Subject</label><p class=”text”>
<textarea name=”text” placeholder=”Write something to us” /></textarea>[recaptcha recaptcha-223]
<p>[submit “Send”]</p>
The topic ‘[Plugin: Contact Form 7 not working with ReCaptcha’ is closed to new replies.