Reputation: 1902
Calling out to css masters at SO!
I have a form that's created with gravity forms.
The logical order of all input fields in the code is 1) Radiobuttons 2) All string/text inputs 3) textarea
I'm trying to make it so that a tab from radiobuttons leads the user to the textarea, and then to the other text input fields but that messed up the looks =\
Any ideas on what I could do?
Upvotes: 1
Views: 389
Reputation: 5731
Try keeping your original layout, but use tab order to set the order in which the tabbing happens:
http://webcheatsheet.com/HTML/controll_tab_order.php
Upvotes: 1