reCAPTCHA v3

Hi,

Please include reCAPTCHA v3.

reCAPTCHA v3 returns a score for each request without user friction. The score is based on interactions with your site and enables you to take an appropriate action for your site.

Thanks,
Ray.

2 Likes

I have voted for this albeit under the proviso that Wappler come with their own widget rather than this overbearing one from Google. We already have a Site Secret Key for each of our sites which can be referenced when the proper submit form procedure is followed.

5 Likes

Reviving this topic, is the recaptch implemented today in Wappler v2 only?
It does not support v2 invisible nor v3?

Bump.

3 Likes

Another bump.

1 Like

Need this too. Thanks

1 Like

is this implemented yet?

I advise looking at turnstile ... frictionless and simple implementation

4 Likes

Friendly Bump

Bump.
Also, adding Cloudflare Turnstile would be a good alternative as well.

Here are two great videos on how to deal with the spam bots. Its a really great technique. I stopped using recaptcha after watching these:
Part 1:
https://www.youtube.com/watch?v=UUpyJRaBLzM
Part 2:
https://www.youtube.com/watch?v=ZDUB9E5xZJ4&t=3s

The coded honey pot!

2 Likes

I would just add an amendment to those videos, i now use a text field and a "d-none" class to hide it rather than a hidden field, seems a better approach

3 Likes

I use them and Recaptcha. reCaptcha only give me smap.

I prefer recaptcha because its one less request on the server that I have to process.

I have seen spam bots defying recaptcha as well - they would fill out the form like human on the page, pass the recaptcha test, and successfully submit the form with spam content. This method would also pass the honey-pot examples shown above.

In both failed-recaptcha and honey-pot - the spam request does reach the server. So we had implemented another blacklisted keywords/IPs filtering to just do a response and stop further processing.

2 Likes