How can I rearrange field ID's in a form? I created a long questionnaire and clicking the tab button doesn't move the cursor in the correct order. Hopefully there's a way to fix this without doing the form over?
How can I rearrange field ID's in a form? I created a long questionnaire and clicking the tab button doesn't move the cursor in the correct order. Hopefully there's a way to fix this without doing the form over?
Sounds like you have a tabindex problem. There are a couple ways to take care of it. But we will need a link to your form to give you specific advice. You do not need to rearrange field IDs. The tabindex is output when the form is, so it will be correct. You might have another form on your page stealing the focus. Please share a link to your form. Thanks.
I tabbed through the form in order just as I would expect. Using Chrome 15 and Firefox 8 on Ubuntu today. What was your experience?
Also, tabbing through works exactly like the tabindexes are in the HTML source of the form.