• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Field order for tab

Field order for tab 3 years 4 months ago #41702

  • heinz6
  • heinz6's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I have created a form and now the fields should be moven into an order for filling out the form using the tab (tabulator).

Is this not possible when multiple input fields are contained horizontally and vertically in the same row? Must then a separate row be created per horizontal pair or is it possible to influence the field order somewhere?

Thanks for a tip!
Heinz
The administrator has disabled public write access.

Field order for tab 3 years 4 months ago #41709

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

You can try to include the 'tabindex' attribute on your fields to control where the switch is going next (it starts from 1 for the first field, 2 for the second field and so on), for example, edit a form field > Attributes > and add this within the "Additional Attributes" area:

tabindex="1"
The administrator has disabled public write access.
The following user(s) said Thank You: heinz6

Field order for tab 3 years 4 months ago #41716

  • heinz6
  • heinz6's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Thanks a lot - excellent solutions; just that what I was looking for!

Do I find anywhere an overview of all the available attributes?

Best regards,
Heinz
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!