Just be clear I am not asking about validation,just pure layout. I am trying to display three separate input fields with a dash in between. Here is a link to what I have so far.
http://jsfiddle.net/kCNA4/
Here’s my question is there a better way of doing this, am I doing it completion wrong or is the Way I wrote it correct. Thanks so much.
Just be clear I am not asking about validation,just pure layout. I am trying
Share
Looks pretty good to me – agree with comment, – should be used for hyphen, only a couple of improvements I would add. One, input type number (I know you are not worried about validation now) as HTML 5 input type definition. Also, use unique name for field so that when it is posted, you can identify the output.