Controling the order of form fields

Hi there,

I am creating a form that consists of a lot of fields. To add structure I want to use a two column form and group field logically in subsections in each column.

How do I control the logical order of fields to be filled in, when for example using Tab to jump to the next field? Sometimes I want to go top to bottom, but other times I may want to left to right.

Hi @FJP84 :wave:

You can control that by tweaking the layout of your form.

Just made this video for you:

Does it help with your use case?

@FJP84 you can control the order by adding tabindex as an HTML attribute to the input fields.

image

1 Like