You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: