ShopNex icon indicating copy to clipboard operation
ShopNex copied to clipboard

Fix issue #220:Form Validation

Open HarshadaGirase opened this issue 8 months ago • 1 comments

Title and Issue number

Title : Form Validation

Issue No. : #220

Fixes #220

Changes Made

*Implemented Validation for Signup Form:

Name: Required field. Email: Required field and must be a valid email address. Password: Required field.

*Implemented Validation for Login Form:

Email: Required field and must be a valid email address. Password: Required field and must be at least 6 characters long.

Screenshots (if applicable)

validate2 validation

Checklist

  • [x] I have tested these changes locally.
  • [x] I have reviewed the code and ensured it follows the project's coding standards.
  • [x] I have updated the documentation (if necessary).
  • [x] I have read the contributing guidelines.

Please check the PR and merge it asap with gssoc badge

HarshadaGirase avatar Jun 21 '24 08:06 HarshadaGirase