I would like to create the following:
And I did as follows:
<span>* Primary Phone:</span>
<input name="prim1" type="text" id="prim1" class="required">
<input name="prim2" type="text" id="prim2" class="required">
<input name="prim3" type="text" id="prim3" class="required">
however I get:
I'd like to make the text smaller by specifying the width however it doesn't do that. I also need a way to do the validation for this using jQuery, how can I do it if it's a separate text field?