Hi I have below form field to enter Tax Id. I was wondering how can i split it so that first box takes only 2 digits an than second 7 with "-" i.e 44-2234233
<div class="form">
<label class="form1" for="o_taxId">Tax Id</label>
<input type="number" class="medium" id="o_taxId" name="taxId" />
</div>
Please help. Thanks