Skip to content
New issue

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

Fix Empty Fields Bypass Initial Validation #61

Closed
wants to merge 1 commit into from
Closed

Fix Empty Fields Bypass Initial Validation #61

wants to merge 1 commit into from

Conversation

ashish0kumar
Copy link
Contributor

fixes #19
This PR introduces a quick fix for Empty Fields Bypass Initial Validation in signup form by simply adding required attribute in each input field of signup form which will prevent users from clicking "Next" until all required fields are filled in with valid data (not just empty strings).

…sername, password, confirm password fields empty in Signup.html
@princekhunt
Copy link
Owner

Could you please confirm that, after this changes, user is not able to move ahead with empty fields?

Changes are not reflected.
You will have to tweak javascript, that is responsible to show next field on clicking right arrow button.

@ashish0kumar ashish0kumar deleted the fix/empty-fields-bypass-initial-signup-validation branch July 3, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Empty Fields Bypass Initial Validation
2 participants