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.
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.
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.
Reviving this topic, is the recaptch implemented today in Wappler v2 only?
It does not support v2 invisible nor v3?
Bump.
Another bump.
Need this too. Thanks
is this implemented yet?
I advise looking at turnstile ... frictionless and simple implementation
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!
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
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.