Forums

Input order (using tab button)

benjoko 03 Dec, 2013
Hi,
since i am using div containers instead of tables in my form i have to devide some rows for a flawless display (regarding responsiveness, etc.).

Is there a possibility to set an order to what input field is the next one if you navigate through the form using the tab button??
Now it works like this:
|-----|
|1 - 2|
|-----|
|3 - 6|
|4 - 7|
|5 - 8|
|-----|
I would like it to work like this:
|-----|
|1 - 5|
|-----|
|2 - 6|
|3 - 7|
|4 - 8|
|-----|
The - and | should display the "table-rows" created using containers
GreyHead 03 Dec, 2013
Hi benjoko,

There isn't any way of setting a TabOrder in ChronoForms; you could probably do it with JavaScript though.

Bob

PS In general using a two column layout is considered to have poor usability; and I'd think more so in a responsive layout :-( Better to use a single column and, if necessary break the form up into sections with pages or sliders.
This topic is locked and no more replies can be posted.