This repository was archived by the owner on Jan 2, 2023. It is now read-only.
added the feature that only number will be input in the mobile numbr and chat bot feature#439
Open
tanyajha16 wants to merge 2 commits intohimanshu007-creator:masterfrom
Open
added the feature that only number will be input in the mobile numbr and chat bot feature#439tanyajha16 wants to merge 2 commits intohimanshu007-creator:masterfrom
tanyajha16 wants to merge 2 commits intohimanshu007-creator:masterfrom
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 |
Author
|
this pr solves issue#328 |
himanshu007-creator
suggested changes
Aug 29, 2021
| <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.
please replace "number" with "tel". see this documentation.
Author
|
chat bot feature added which fixes #9 |
Owner
|
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… 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