Hi ive made this webform for my new web site design it works fine with IE but when using firefox when you click in the mobile or email field it goes direct to the telephone field.. is this a error on firefox or with my site? http://www.ainsworthfinance.co.uk/loans/apply.html thanks
Try putting your label tags around each input. An example is below: <p class="style1"> <label>Telephone No.: <input name="tel" type="text" id="tel"> </label> <label> Mobile: <input name="mobile" type="text" id="mobile"> </label> <label> <br> <br> Email: <input name="email" type="text" id="email"> <br> </label> </p> Code (markup):
That's not enough. The label tag needs the for attribute as well, which must match the ID given in the input tag. Give me a few and I'll see what I can do about really fixing your form.
I've never used a label tag before, but from the looks of it, you should have an individual label tag around each input.
Yes, if you want your site to be more easier to use and to make it valid WCAG AAA, and section 508 valid. label tag is most used on input elements and textareas.
bex (sorry for the delay in getting back to you, my computer died and I ended up hopping from computer to computer for several weeks), have you taken down the page by any chance?
thanks for replying dan but this is no longer somthing i am continuing but thanks for trying to help rep added