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

[bug]: Inadequate Form Validation Feedback on Login Form #108

Open
1 task done
aadii2504 opened this issue Jun 15, 2024 · 3 comments
Open
1 task done

[bug]: Inadequate Form Validation Feedback on Login Form #108

aadii2504 opened this issue Jun 15, 2024 · 3 comments
Labels
bug Something isn't working hacktoberfest Hacktoberfest 2024 hacktoberfest-accepted Hacktoberfest Accepted 2024 infraboard xerocodee
Milestone

Comments

@aadii2504
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

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 email is not valid which is confusing and does not accurately reflect the issue. This behavior can lead to user frustration and difficulty in understanding the validation requirements.

Steps to reproduce

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

Screenshot 2024-06-15 134232

I Resolved this issue Locally waiting for ur valuable response

Environment

None

Version

Local

Repository

InfraBoard

@Abhishek-jha-96
Copy link
Contributor

@aadii2504
Two probable solutions are:

  1. To have separate validation error messages(more discriptive) for email.
  2. Update this message to a bit generic error message some this like this:
    "Please enter a valid email address. It should not be empty, must contain '@', have a domain name, and follow the standard email format (e.g., [email protected])."

@samr874
Copy link

samr874 commented Jul 16, 2024

Are the contributions still active ?? @aadii2504 what is the staus of the application?

@aadii2504
Copy link
Author

i duuno i'm not the one who own this

@aryasoni98 aryasoni98 added hacktoberfest Hacktoberfest 2024 hacktoberfest-accepted Hacktoberfest Accepted 2024 labels Oct 1, 2024
@aryasoni98 aryasoni98 removed the gssoc label Oct 13, 2024
@aryasoni98 aryasoni98 added this to the Infra Board milestone Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest Hacktoberfest 2024 hacktoberfest-accepted Hacktoberfest Accepted 2024 infraboard xerocodee
Projects
None yet
Development

No branches or pull requests

4 participants