-
Notifications
You must be signed in to change notification settings - Fork 123
added the feature that only number will be input in the mobile numbr and chat bot feature #439
base: master
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for quirky-kilby-87cc28 failed. 🔨 Explore the source changes: 583f2ba 🔍 Inspect the deploy log: https://app.netlify.com/sites/quirky-kilby-87cc28/deploys/612bdd96adfc550007984af7 |
this pr solves issue#328 |
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.
🎉Congratulations!!🎉 for making your first PR , our mentors will review it soon.
@@ -96,7 +96,7 @@ <h1 class="heading">CONTACT-US</h1> | |||
required=""> | |||
<label for="telephone">Mobile Number : </label> | |||
|
|||
<input type="telephone" name="telephone" id="telephone" placeholder="+91 1234567890"> | |||
<input type="number" name="telephone" id="telephone" placeholder="+91 1234567890"> |
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.
please replace "number" with "tel". see this documentation.
chat bot feature added which fixes #9 |
@tanyajha16, please remove this chatbot feature. After a detailed inner discussion, we decided not to move forward with this. For now just work on the above suggested changes |
… not text
Description
I have added the feature that only numbers will be inputed in the mobile no area in contact us page and have done spme changes in css so that the form looks similar for all the input tags
Fixes#328
Type of change
changes done:
Explain the Testing instructions
Test Configuration:
Checklist:
ATTACH SCREEN-SHOTS