I have been testing the example code in the "Invoking the invisible reCAPTCHA challenge after client side validation" section of the developer page (
https://developers.google.com/recaptcha/docs/invisible). The validation works, but the form does not get submitted. I named the form and altered the onSubmit function to submit it, but it fails to submit every time. I think the grecaptcha.execute() function is altering the form so it can't be submitted, but I can't figure out how to get past that. Any help would be greatly appreciated!