PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

filling fields with TAB

  1. mg
    Member

    If I put two forms on a page generates an annoying problem.
    When you move from one field to another by pressing TAB, the selection jumps between the two forms.
    Is there a way to overcome this obstacle?

    Posted 11 years ago on Friday December 21, 2012 | Permalink
  2. David Peralty

    You will need to start one form with a different tabindex so they don't have the same tabindex numbers as that's what controls where you go when you press tab.

    http://www.gravityhelp.com/documentation/page/Shortcodes

    Posted 11 years ago on Friday December 21, 2012 | Permalink
  3. mg
    Member

    I didn't understand how to do.

    I tried in this way but I don't think is right, because it doesn't work 100%.

    [gravityform id="1" tabindex="1"]
    [gravityform id="2" tabindex="2"]

    The selection jumps in the email's field.
    http://www.cinastart.com/progetto

    Posted 11 years ago on Friday December 21, 2012 | Permalink
  4. David Peralty

    Each field has a tab index. You need to start the second forms tab index higher than the total number of fields in the first form plus one. So if there are ten fields, then the second form embed has to start at 11.

    Posted 11 years ago on Friday December 21, 2012 | Permalink
  5. mg
    Member

    The correct solution is this. I do not know why but it works.

          [gravityform id = "1" tabindex = "3"]
          [gravityform id = "2" tabindex = "6"]

    Thanks for the support.

    Posted 11 years ago on Sunday December 23, 2012 | Permalink
  6. David Peralty

    I'm assuming there are less than three fields in your first form? Your first form doesn't need a tabindex call, as it will start with the number one by default.

    Posted 11 years ago on Sunday December 23, 2012 | Permalink

This topic has been resolved and has been closed to new replies.