SyntaxFix
Write A Post
Hire A Developer
Questions
You can use <input type = "text" maxlength="9"> or
<input type = "text" maxlength="9">
<input type = "number" maxlength="9"> for numbers or <input type = "email" maxlength="9"> for email validation will show up
<input type = "number" maxlength="9">
<input type = "email" maxlength="9">