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.