When 2 forms on a page both with invisible captcha, I see that only one of them is submitted regardless of which form I actually fill in. I.e. I fill in form 1 but form 2 is being submitted to the server. Found that var form is not retained for window['Nocaptcha-'+_noCaptchaFields[i]].
For a workaround, had to use another wrapper function to ensure the form var keeps its value.
When 2 forms on a page both with invisible captcha, I see that only one of them is submitted regardless of which form I actually fill in. I.e. I fill in form 1 but form 2 is being submitted to the server. Found that var
form
is not retained forwindow['Nocaptcha-'+_noCaptchaFields[i]]
.For a workaround, had to use another wrapper function to ensure the
form
var keeps its value.