Not sure if reCAPTCHA v3 is working

Issues related to forms.
Post Reply
fredphoesh
 
 
Posts: 62
Joined: Thu Nov 15, 2012 7:00 pm

Not sure if reCAPTCHA v3 is working

Post by fredphoesh »

Hi all,
I've added a form to my site, and the form works. I'd opted to have php processing (though not sure why, but it works)
I've added a recaptchav3 addon to the form layer and entered the google secret keys.

I don't know if the recaptcha is working, there is no apparent security check. I can't see how it is meant to integrate with the form I have, unless it's automatic if it is in the same form layer.

Please look at my website, it seems also that the reCAPTCHA icon is permanently floating on the bottom right corner of the web page, which is also odd. Here is a screen grab of the recaptcha settings, and I have also linked my site project here too...

Your input much appreciated, and please take it easy, i'm not particularly code savvy!

Image

and the project is https://videoblurb.com/mp/2022VideoblurbWebsitev3.wbs

Thanks!
Using 18.0.1
Windows 11 i7, 24gb RAM
User avatar
Pablo
 
Posts: 23234
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Not sure if reCAPTCHA v3 is working

Post by Pablo »

it seems also that the reCAPTCHA icon is permanently floating on the bottom right corner of the web page,
This is correct, this indicates that recaptcha is active.

Your recaptcha settings seems to be correct.
Note however that you can also use the built-in recaptcha (via the captcha object), which is more up-to-date.
fredphoesh
 
 
Posts: 62
Joined: Thu Nov 15, 2012 7:00 pm

Re: Not sure if reCAPTCHA v3 is working

Post by fredphoesh »

Pablo wrote: Wed Apr 13, 2022 12:19 pm Your recaptcha settings seems to be correct.
Note however that you can also use the built-in recaptcha (via the captcha object), which is more up-to-date.
Hi Pablo
Ok great! woo hoo, I did something RIGHT!!! :D :D
I had expected there to be some sort of test or something... so how does reCAPTCHA v3 do the verifying if there is no quiz or puzzle or something to make sure it's not a bot?
Using 18.0.1
Windows 11 i7, 24gb RAM
User avatar
Pablo
 
Posts: 23234
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Not sure if reCAPTCHA v3 is working

Post by Pablo »

You can read more about reCAPTCHA v3 here:
https://developers.google.com/recaptcha/docs/v3
fredphoesh
 
 
Posts: 62
Joined: Thu Nov 15, 2012 7:00 pm

Re: Not sure if reCAPTCHA v3 is working

Post by fredphoesh »

Pablo wrote: Wed Apr 13, 2022 5:18 pm You can read more about reCAPTCHA v3 here:
https://developers.google.com/recaptcha/docs/v3
Thanks Pablo,
That's quite clever... does the captcha that comes with the wysiwyg app differ from this? I do like the no puzzle thing, I usually take 3 or 4 attempts at getting those things right, and I am not a bot!
Using 18.0.1
Windows 11 i7, 24gb RAM
User avatar
Pablo
 
Posts: 23234
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Not sure if reCAPTCHA v3 is working

Post by Pablo »

recaptcha is a third part service.
All that WWB does is add the code to the page, so you do not have to do this yourself.
fredphoesh
 
 
Posts: 62
Joined: Thu Nov 15, 2012 7:00 pm

Re: Not sure if reCAPTCHA v3 is working

Post by fredphoesh »

Pablo wrote: Thu Apr 14, 2022 7:44 am recaptcha is a third part service.
All that WWB does is add the code to the page, so you do not have to do this yourself.

But I did not add any code to the page with the reCAPTCHA v3...
You had said the WYSIWYG supplied Captcha was more up to date than Google's reCAPTCHAv3... in what way? Is Google's one old or something?
Using 18.0.1
Windows 11 i7, 24gb RAM
User avatar
Pablo
 
Posts: 23234
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Not sure if reCAPTCHA v3 is working

Post by Pablo »

You had said the WYSIWYG supplied Captcha was more up to date than Google's reCAPTCHAv3...
I was referring to the built-in support for recaptcha v3, in comparison with the (older) extension.

Image
fredphoesh
 
 
Posts: 62
Joined: Thu Nov 15, 2012 7:00 pm

Re: Not sure if reCAPTCHA v3 is working

Post by fredphoesh »

Pablo wrote: Fri Apr 15, 2022 5:41 pm I was referring to the built-in support for recaptcha v3, in comparison with the (older) extension.
Aaaah, Thanks!
Using 18.0.1
Windows 11 i7, 24gb RAM
Post Reply