Only load reCAPTCHA if cookie consent was granted #2061
Unanswered
thisisjamessmith
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not at the moment, sorry. Formie 3 introduces a way to only load scripts and initialize captchas when visible on the page, so we can work from that. There's nothing stopping you from initializing the Formie JS on your own though. You can render a form without auto-initializing the JS, and then initialize it yourself depending on your logic. However, the're no split between Formie's JS for non-tracking things and tracking-things like captchas, so that may be problematic. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hiya,
Is there any way that we can delay the injection/execution of reCAPTCHA scripts unless/until consent has been granted?
Beta Was this translation helpful? Give feedback.
All reactions