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

Fix issue #220:Form Validation #535

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HarshadaGirase
Copy link

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

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

Please check the PR and merge it asap with gssoc badge

Copy link

vercel bot commented Jun 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shop-nex ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 8:53am

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

Successfully merging this pull request may close these issues.

Adding Form Validations
1 participant