BloxAI
BloxAI copied to clipboard
Feat: Adding email validation to accept emails of approved domains like .com, .in, etc in the contact form
Describe the feature
Current Functionality:
The existing contact form allows users to submit their email addresses, but it doesn't perform any validation. This can lead to receiving invalid email addresses, hindering communication and potentially impacting data quality.
Proposed Improvement:
I propose implementing email validation in the contact form, with a specific focus on verifying if the email address belongs to a registered domain. This will ensure:
Valid Email Format: Basic validation will check for the correct structure of an email address (e.g., containing "@" and "." symbols). Registered Domain: This feature would go beyond basic validation by attempting to verify if the domain name exists and is properly registered.
Add ScreenShots
The contact form shown below does not display error when entered invalid email id:
Record
- [X] I agree to follow this project's Code of Conduct
- [X] I'm a GSSOC'24 contributor
- [X] I want to work on this issue
@subhadeeproy3902 Request you to assign this to me under GSSOC'24
@Amruta7203 Sure go ahead... and do read the Contributing.md file
@subhadeeproy3902 I am getting this error while running the website:
Pls help me resolve this..
copy paste the env.example in env.local
run npm i
then npm run dev
Can I get this issue assigned?
Hello @Amruta7203! Your issue #138 has been closed. Thank you for your contribution!