Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recaptcha v3 forms not submitting #311

Open
sJones1997 opened this issue Feb 23, 2022 · 1 comment
Open

recaptcha v3 forms not submitting #311

sJones1997 opened this issue Feb 23, 2022 · 1 comment

Comments

@sJones1997
Copy link

I can't submit forms which have a recaptcha v3 field, the function to submit the form isn't being trigger by form button.

Function was defined like this:
window["onRecaptchaSubmitted{{formNameJs}}"] = function(token) {}

So have changed back to
function onRecaptchaSubmitted{{formNameJs}}(token) {}

The later is what I originally submitted in a PR a while ago, but was changed.

If I'm missing anything let me know, otherwise will issue a PR.

@sJones1997
Copy link
Author

@bobdenotter I think this applies to the bolt/forms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant