Skip to content

Validation Missing on "Create Account" Form Fields #51

@loopholend

Description

@loopholend

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

Image

and after linking button

Image

Level : 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions