Hi, thanks for this amazing module which I just discovered this week!

My problem is that although the module is very clever at automatically setting the tabindex, the tab order assigned is impractical in certain cases. In the example image, which shows the edit screen of my content type, arranged nicely with Arrange Fields module, you can see that I have a first name field, a last name field, and several other fields. I want the user to tab from first name to last name. But because the last name field is positioned lower on the page, its tabindex comes after the DOB field.

screenshot

Is there anything I can do to remedy this problem? I tried including both the first name field and last name field in a fieldset group but that did not seem to help.

Thanks for any ideas you can offer!

CommentFileSizeAuthor
client_form_screenshot.jpg35.38 KBlucyp
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

richardp’s picture

Status: Active » Closed (won't fix)

Sorry for the slow reply-- sorry, but there isn't really a direct way to do this. You could always directly disable the setting of the tabindex, and then search out another module which lets you modify field tabindexes directly.

The code that sets it (which you would need to comment-out) is in arrange_fields_node_edit.js. Line 64.