-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Description:
While testing the registration functionality of the "Create Account" form, I noticed that form validations are not implemented properly. Specifically:
The form allows submission even when invalid or incorrectly formatted input is provided.
There is no feedback for missing required fields or mismatched passwords.
No validation is done on the email format (e.g., invalid email like abc@mail is accepted).
Mismatched password and confirm password values still allow form submission.
Planned Implementation:
Add front-end validation to ensure:
All fields are required.
The email follows a proper format.
Password and confirm password fields must match.
Provide user-friendly error messages and prevent submission until all validations are satisfied.
Tech Stack:
JavaScript (for client-side validation)
Optionally, HTML5 built-in validations
Why This Is Needed:
Validations are crucial for:
Preventing user errors
Ensuring proper data submission
Enhancing user experience and application reliability
I would like to work on fixing this issue. Kindly assign it to me.
images

and after linking button

Level : 3