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

Form Validator #14

Open
Rajatt09 opened this issue Oct 23, 2024 · 2 comments
Open

Form Validator #14

Rajatt09 opened this issue Oct 23, 2024 · 2 comments

Comments

@Rajatt09
Copy link
Contributor

Description:
Form Validator is a simple web application designed to validate user inputs in various types of forms, ensuring the correct format and structure of data before submission.

Validation for Common Fields:

  • Name: Must contain only letters.
  • Email: Validates the format (e.g., [email protected]).
  • Password: Checks for minimum length and required characters (uppercase, lowercase, numbers, special characters).
  • Phone Number: Ensures valid numeric format.

Real-time Feedback:

  • Immediate visual feedback as users type (e.g., red borders or warning messages for invalid fields).
  • Success messages or green borders for valid inputs.
  • Alert on clicking submit button if all required fields are not correctly filled.

Error Messages:

  • Display detailed error messages below the relevant fields explaining why the input is invalid.

Reset Form:

  • A reset button to clear all form fields and validation messages.
@yashita7
Copy link

@Rajatt09 Please assign this issue to me. I would like to contribute..

@Rajatt09
Copy link
Contributor Author

okay assigned.
all the best 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants