-
Notifications
You must be signed in to change notification settings - Fork 43
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 : Contact Us form Name validation #258
base: main
Are you sure you want to change the base?
Conversation
@akash70629 is attempting to deploy a commit to the mitulsonagara's projects Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Should i give labels to this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So should i close this PR or merge it as it is |
you can merge it @MitulSonagara |
close? why? 😕😕 |
coz there will be no labels and you have to solve the conflicts also |
I fixed the conflict. Why there will be no labels !!!? |
@MitulSonagara you can merge this, he is not in top 100, also @akash70629 i recommend you to complete postman challenge to get 500 points on the leaderboard. |
The main concern is not about the error the concern is about the project shoud work properly... The current version of project is working very well at deployment so i don't need to change anything. |
📋 Description
The "Phone" field in the Contact Us form should only accept Numbers. Currently, the field allows users to input symbols and special characters, which may lead to invalid or spam submissions.
🔨 Changes Made
The "Phone" field in the Contact Us form only accepts Numbers. Fixes #257
✅ Checklist
Before submitting the PR, please make sure you have completed the following:
🏷️ Types of Changes
🤝 Related Issues
None
Fixes #257
📸 Screenshots (if applicable)
Before
After