Improvements to Google captchas #2362
ryssbowh
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is your idea?
I'm using freeform on a website that also use other forms not handled by freeform.
The captchas are becoming very difficult to manage, Google now advise to migrate to their enterprise edition and that's what we've done. That creates a few challenges :
We don't have the option to use the enterprise version on freeform, despite what #143 says, the private key isn't needed anymore and it's impossible to save the captcha integration without it.
Google enterprise captchas are verified using a authentication based on a Google service account json file, it would be great to have freeform be able to handle that.
2 versions of captchas are loaded on the site, the enterprise version (for non freeform forms) and the v3 (freeform forms), it's duplication that slows down the site and is avoidable.
In our case we're very happy to handle the js part and provide a captcha token on the frontend to be verified by freeform.
Could we have the option to say "Don't load the captcha js on the frontend, I'll do it myself" ?
But still have freeform verify the token.
If I disable the captcha for a form and load a page with that form on it, the freeform captcha js is still loaded on the frontend, is that intended and can it be removed ?
Thank you for your time
Freeform Version
5.x
Craft Version
5.x
Beta Was this translation helpful? Give feedback.
All reactions