Does anybody know if it's possible to validate a phone number (just to check if the value is an integer) in bootstrap v3?
It´s not a bootstrap thing. Take a look at this one:
<input type="number" name="quantity" min="1" max="5">
<input type="tel" name="usrtel">
http://www.w3schools.com/html/html_form_input_types.asp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With