html5 pattern for numbers only

99

html5 pattern for numbers only -

<input type="text" name="country_code" pattern="[0-9]+" title="please enter number only" required="required">

Comments

Submit
0 Comments