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

Validation fix #1979

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

kunal-004
Copy link

Related Issue

Closes: #1902

Description

This PR fixes the email validation issue in the contact form. Previously, users could submit invalid email addresses, which resulted in form submission errors and failure to capture valid contact information. This fix ensures that only properly formatted email addresses (e.g., [email protected]) are accepted, preventing invalid submissions and improving overall form reliability.

Checklist

  • My code adheres to the established style guidelines of the project.
  • I have included comments in areas that may be difficult to understand.
  • My changes have not introduced any new warnings.
  • I have conducted a self-review of my code.

Copy link

vercel bot commented Oct 22, 2024

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

Name Status Preview Comments Updated (UTC)
pet-me-pqhr ❌ Failed (Inspect) Oct 22, 2024 0:21am

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.

🪲[Bug]: No email validation in Contact US
1 participant