recaptcha v3 forms not submitting
Open
- Dominant language
- PHP
- Stars
- 52
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.