I’m having the same issue as everyone above. Works fine without the widget. If I add the widget & I get the following message: “An error occurred while sending the message. Try again later.”
I’ve tried:
1. Following the Contact Form 7 instructions here: https://contactform7.com/recaptcha/.
The result: Message doesn’t send if I don’t check “I’m not a robot.” Says “Please verify that you are not a robot.” Good. However the message fails to send if I do check the box.
2. Adding the Google script (<script src=’https://www.google.com/recaptcha/api.js’></script>) to the head of my page, per the Google Recaptcha set up instructions, and using the ContactForm 7 “[recaptcha]” widget.
Result: If I don’t click the box, “please verify that you are not a robot”.
If I click the box, message fails to send.
3.Adding the Google Recaptcha site key to the form, per Google Recaptcha set up instructions, instead of the Contact Form 7 widget.
Result: If I don’t click the box, the form sends the message anyway. And if I do click the box, the form also sends the message.
I should also note that the reason I’m trying to use Recaptcha is because my form was somehow hacked. I received quite a few bounceback messages that look as if some bot was registering people’s email addresses to my form. I have no clue what messages the people were receiving from my form, but I imagine that the hackers were somehow using the autoresponder on my form to spam other people.
-
This reply was modified 7 years, 6 months ago by Jim Reading.