Page 1 of 1
reCaptcha
Posted: Wed Jan 04, 2023 2:08 pm
by luishmpaulo
Hi!
I have a new problem: the contact form on a client's website is working correctly until I install a "recaptcha" (both version 2 or 3). When I install one of them, the form stops sending messages. I'm probably missing something... Any suggestions?
Re: reCaptcha
Posted: Wed Jan 04, 2023 2:16 pm
by crispy68
Are you sure the recaptchas are configured correctly? Are you getting any errors?
Re: reCaptcha
Posted: Wed Jan 04, 2023 2:24 pm
by luishmpaulo
Well, I believe everything is correct (site key, secret key...) and there is no error message.
But when I hit "submit" I'm taken to the site's error page (which I built myself). And the message does not reach the recipient.
Re: reCaptcha
Posted: Wed Jan 04, 2023 2:39 pm
by wwonderfull
Are you using gmail smtp or third party smtp?
Re: reCaptcha
Posted: Wed Jan 04, 2023 2:44 pm
by luishmpaulo
No...
Re: reCaptcha
Posted: Wed Jan 04, 2023 3:11 pm
by Pablo
What is the error on the error page?
Did you configure the correct API keys (for the right domain)?
Re: reCaptcha
Posted: Wed Jan 04, 2023 4:50 pm
by luishmpaulo
There is no error message. What happens is that the form is set to go to an "error page" when processing doesn't go correctly, but not a reCaptcha error, OK?
And, well, I believe the recaptcha setup is OK, with the site key and secret key for the domain.
Besides the two keys is there anything else to configure?
Re: reCaptcha
Posted: Wed Jan 04, 2023 5:06 pm
by crispy68
Do you have a link to a test page for us to see?
Re: reCaptcha
Posted: Wed Jan 04, 2023 5:10 pm
by luishmpaulo
Through elimination and trial-and-error I found what was missing: data fetch has to be in cURL.
Now it's working!