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
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