Alisso
Alisso

Reputation: 1902

How to align elements inside a form

Calling out to css masters at SO! I have a form that's created with gravity forms. enter image description here

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 =\
enter image description here Any ideas on what I could do?

Upvotes: 1

Views: 389

Answers (1)

Rich
Rich

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

Related Questions