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

Added Trusted email validation functionality in contact us form #892

Conversation

ygowthamr
Copy link
Contributor

PR Description: Implemented Email Domain Validation in Contact us Form with basic form validation

Fixes #879

  1. Added validation to allow only trusted email domains: gmail.com, outlook.com, yahoo.com, protonmail.com, icloud.com, tutanota.com, and more.
  2. Displays an alert message if the email is from an untrusted domain and blocks submission.
  3. Ensures data integrity by filtering spam and temporary emails.

@ankit071105
Pls add level, gssoc-extd, hacktoberfest-accepted.

Copy link

vercel bot commented Nov 1, 2024

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

Name Status Preview Comments Updated (UTC)
ticket-booking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2024 4:13pm

@ygowthamr
Copy link
Contributor Author

ygowthamr commented Nov 2, 2024

@ankit071105
Pls merge this PR.

@ygowthamr
Copy link
Contributor Author

@ankit071105
Please merge my PR.

@ankit071105 ankit071105 merged commit 7c8582c into ankit071105:main Nov 3, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature : Implement Email Domain Validation in Contact us form and Validation
2 participants