Answers for "contact text box accept only till 10 digit in html"

0

contact text box accept only till 10 digit in html

<input type="text" maxlength="10" pattern="\d{10}" title="Please enter exactly 10 digits" />
Posted by: Guest on December-30-2020

Code answers related to "contact text box accept only till 10 digit in html"

Browse Popular Code Answers by Language