Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Validate length with html

<--html forms min. charcter-->
<input pattern=".{3,}"   required title="3 characters minimum">
<input pattern=".{5,10}" required title="5 to 10 characters">
 
PREVIOUS NEXT
Tagged: #Validate #length #html
ADD COMMENT
Topic
Name
2+5 =