We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reCAPTCHA is allowing the form to submit even when required fields are not provided:
This SO post from 2017 talks about the same issue: https://stackoverflow.com/questions/41665935/html5-form-validation-before-recaptchas
Steps to reproduce the behavior:
dev
The browser's default HTML5 field validation for e.g. required fields should kick in and not allow the form to be submitted with invalid fields.
The text was updated successfully, but these errors were encountered:
thekaveman
Successfully merging a pull request may close this issue.
reCAPTCHA is allowing the form to submit even when required fields are not provided:
This SO post from 2017 talks about the same issue: https://stackoverflow.com/questions/41665935/html5-form-validation-before-recaptchas
To Reproduce
Steps to reproduce the behavior:
dev
Expected behavior
The browser's default HTML5 field validation for e.g. required fields should kick in and not allow the form to be submitted with invalid fields.
The text was updated successfully, but these errors were encountered: