Skip to content
This repository has been 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
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/Contact-Us/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">

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.



<label for="message">Message :</label>
Expand Down