Thursday, June 18, 2020

Phone Number type only NUmber

<input type="text" name="phone" value="<?php echo $phone; ?>"  class="form-control us_phone" id="exampleInputEmail1" placeholder="Driver Phone"onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" maxlength="10" required>

No comments:

Post a Comment