Skip to main content
Participant
January 21, 2024
Question

Disable some text fields from being tabbed through - Prepare a form

  • January 21, 2024
  • 1 reply
  • 520 views

I understand how the order of the fields on a page is the order in which you can tab through them. But is there a way to disable some from being included in the 'tabbing-hierachy' altogether?

This topic has been closed for replies.

1 reply

JR Boulay
Community Expert
Community Expert
January 21, 2024

The only way is to set them as Read Only.

Acrobate du PDF, InDesigner et Photoshopographe
try67
Community Expert
Community Expert
January 21, 2024

Or as hidden.

It's also possible to use a script to do it, but the result is the same as setting them as read-only, which is much easier and doesn't require any code.

Participant
January 21, 2024

Thank you.

 

I need them to still be editable but the idea was that it will be highly unlikely the user will need to edit them, it would be more effecient overall if you don't tab into them. What I'll do therefore is just set them to the bottom of the list on the page.

 

Thanks again!