Page 1 of 1

Not sure if reCAPTCHA v3 is working

Posted: Wed Apr 13, 2022 11:38 am
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!

Re: Not sure if reCAPTCHA v3 is working

Posted: Wed Apr 13, 2022 12:19 pm
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.

Re: Not sure if reCAPTCHA v3 is working

Posted: Wed Apr 13, 2022 4:18 pm
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?

Re: Not sure if reCAPTCHA v3 is working

Posted: Wed Apr 13, 2022 5:18 pm
by Pablo
You can read more about reCAPTCHA v3 here:
https://developers.google.com/recaptcha/docs/v3

Re: Not sure if reCAPTCHA v3 is working

Posted: Thu Apr 14, 2022 7:42 am
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!

Re: Not sure if reCAPTCHA v3 is working

Posted: Thu Apr 14, 2022 7:44 am
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.

Re: Not sure if reCAPTCHA v3 is working

Posted: Fri Apr 15, 2022 5:38 pm
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?

Re: Not sure if reCAPTCHA v3 is working

Posted: Fri Apr 15, 2022 5:41 pm
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

Re: Not sure if reCAPTCHA v3 is working

Posted: Fri Apr 15, 2022 5:57 pm
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!