Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8765401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:16:16+00:00 2026-06-13T16:16:16+00:00

I have a set of 8 complex forms (70+ fields) for storing team reports.

  • 0

I have a set of 8 complex forms (70+ fields) for storing team reports. A section of the form has team member names in a table 4 columns wide and 2 high (first name on top and last name below). When a user fills out the form the tab key takes them across the first names, and then goes to the last names because that’s the order they are in the source (first names in one TR and last names in the next TR). Obviously it would be easier for my users if the tab key went from first to last name, and then across to the next first name.

I know I can fix this with tabindex, but I really don’t want to have to tabindex all the 500+ fields, just so fix these 4 fields.

Is there some way that I can tabindex just part of a form? I tried it, but it won’t tab to the other fields. Is there some clever JS solution? or some way of grouping those fields so default tabbing would take me into the group, and then I could tabindex inside there?

Call me lazy if you want.. but I’m trying to save myself many hours of cutting and pasting and making mistakes.

Cheers!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T16:16:17+00:00Added an answer on June 13, 2026 at 4:16 pm

    The best you will be able to do is give all of your inputs before the name inputs the same tabIndex, which is 1 less than the first name input, and then give all of the inputs after the name inputs the same tabIndex which is 1 higher than the last name input.

    <input type="text" tabIndex="1"><br>
    <input type="text" tabIndex="1"><br>
    ...
    <table>
        <tr>
            <td><input type="text" tabIndex="2"></td>
            <td><input type="text" tabIndex="4"></td>
            <td><input type="text" tabIndex="6"></td>
            <td><input type="text" tabIndex="8"></td>
        </tr>
        <tr>
            <td><input type="text" tabIndex="3"></td>
            <td><input type="text" tabIndex="5"></td>
            <td><input type="text" tabIndex="7"></td>
            <td><input type="text" tabIndex="9"></td>
        </tr>
    </table>
    <input type="text" tabIndex="10"><br>
    <input type="text" tabIndex="10"><br>
    ...
    

    I think this is what you are going for: http://jsfiddle.net/9ffWs/

    It will still require you to add a tabIndex to every input but at least it’s very controlled and should result in no errors.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form that has all the fields pulled dynamic from a database
I have a set of pretty complex forms that I'd like to implement in
I have a fairly complex set of rewrite rules to give my site pages
I have a very complex controller with a very complex set of views and
I have several complex data structures like Map< A, Set< B > > Set<
I have set the AutoSize property of the form to True and I have
I have a pretty complex form with lots of inputs and validators. For the
Well i have a complex form view model like this : public class TransactionFormViewModel
I have a complex database model set up in Django, and I have to
I have to write a very large test suite for a complex set of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.