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

Inadequate Form Validation Feedback on Sign-in Form #302

Open
aadii2504 opened this issue Jun 14, 2024 · 1 comment
Open

Inadequate Form Validation Feedback on Sign-in Form #302

aadii2504 opened this issue Jun 14, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request gssoc

Comments

@aadii2504
Copy link

Issue Description:

When a user attempts to sign up without entering any data in the input fields, the form does not provide appropriate feedback to indicate that the fields are required. Instead of prompting the user to fill out the required fields, it displays nothing which is confusing and does not accurately reflect the issue. This behavior can lead to user frustration and difficulty in understanding the validation requirements.

Expected Behavior:

Upon clicking the sign-up button without entering any data in the input fields, the form should display a clear indication that the fields are required and prompt the user to fill them out before submission. This feedback ensures a better user experience by guiding users to provide the necessary information for successful form submission.

Image

Screenshot 2024-06-14 183900
Steps to Reproduce:

  1. Visit the sign-in page.
  2. Do not enter any data in the input fields.
  3. Click the sign-in button.

Current Behavior:

The form displays an error message "Name must contain only alphabets" when the user attempts to sign up without entering any data.
There is no indication that the input fields are required.
Proposed Solution:
Implement form validation that provides clear feedback to users when they attempt to submit the form without filling out the required fields. This feedback should include highlighting the required fields and displaying a message prompting the user to complete them before proceeding with the sign-up process.

Solution Status:

The issue has been resolved locally, and the form now provides appropriate validation feedback when attempting to submit without filling out the required fields.

Copy link

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc
Projects
None yet
Development

No branches or pull requests

2 participants