Recaptcha3 not working

Issues related to forms.
Post Reply
makenote3
Posts: 21
Joined: Wed Feb 05, 2020 11:12 pm

Recaptcha3 not working

Post by makenote3 »

Hi, hope everyone is staying safe at home.

I have implemented a form with Recaptcha3 inside the form box but it’s not displaying on the live site:

http://rawntroadie.com/Contact.php

I have enabled allow_url_fopen for PHP on the server.

Could you please take a look Pablo.
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Recaptcha3 not working

Post by Pablo »

The name of the form is invalid. It may not contain spaces.

Related FAQ:
viewtopic.php?f=10&t=19645

Also, I think that your website should be https. There is an error about this in the error console of the browser (F12).
makenote3
Posts: 21
Joined: Wed Feb 05, 2020 11:12 pm

Re: Recaptcha3 not working

Post by makenote3 »

Hi Pablo, I've renamed the form to just one word and now I get this when I try to send a test email:

Safari can't open the specified address
Safari can't open "smartlink://page00004" because macOS doesn't recognise internet addresses starting with "smart link"

Any ideas where this is coming from?

Thanks
Phil
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Recaptcha3 not working

Post by Pablo »

Did you set a valid success and error page in the form's properties?
Did you publish all files?
makenote3
Posts: 21
Joined: Wed Feb 05, 2020 11:12 pm

Re: Recaptcha3 not working

Post by makenote3 »

Hi Pablo, solved the problem. I was using the public and private keys from the recaptcha2 account. This is a bit of a trap for the unwary.

If you're going to use recaptch3, you need to add your site to your google recaptcha admin area again and select the recaptcha3 radio button. You'll then have 2 listings so make sure you use the public and private keys from the v3 listing.

Phil
Post Reply