SyntaxFix
Write A Post
Hire A Developer
Questions
Add a maxlength attribute to your input.
maxlength
<input type="text" id="phone" name="phone" maxlength="10">
See this working example on JSFiddle.