Depending on browser support:<br>
Numeric restrictions will apply in the input field.
<form action="/example/html/form_action.aspx">
Quantity (between 1 and 5):
<input type="number" name="quantity" min="1" max="5">
<p><b>Note:</b> type="number" is not supported in IE9 and earlier.</p>