Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

How do you require 8-digit password in an input

<input type="password" name="password" minlength="8" required>

<!-- Here minlength ensures that the number 
of inputs is greater than or equals to 8 -->
 
PREVIOUS NEXT
Tagged: #How #require #password #input
ADD COMMENT
Topic
Name
9+2 =