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
Describe the bug
When I add a js code which prevents form from submitting, executes a function and after that submits. The website returns (client side) (Hidden field captcha) This field is required.. Script part of that I use (the one that messes up the captcha) is written below
To Reproduce
Steps to reproduce the behavior:
Add to your js prevention of submission of a captcha protected form (wait for some function to complete) after that submit from the js
Expected behavior
Recaptcha will be alright with that
Screenshots
Desktop (please complete the following information):
OS: Linux
Browser Firefox
The text was updated successfully, but these errors were encountered:
Describe the bug
When I add a js code which prevents form from submitting, executes a function and after that submits. The website returns (client side)
(Hidden field captcha) This field is required.
. Script part of that I use (the one that messes up the captcha) is written belowTo Reproduce
Steps to reproduce the behavior:
Add to your js prevention of submission of a captcha protected form (wait for some function to complete) after that submit from the js
Expected behavior
Recaptcha will be alright with that
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: