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.

Multiple forms of a page - stop tab jumping?

  1. Hello,

    I have a problem with multiple ajax forms on a page.

    When I click the 'tab' button in a form field, it jumps to the other form field on the page - and if I click tab again, it jumps back to my original form and so fourth...

    Form to form tab jumping.

    Is there way of fixing this?

    Thanks
    Josh

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  2. David Peralty

    Can you please link to your site where the forms exist so we can have a look? To be honest, I've never seen someone used two multi-page forms on the same page before, so I'm not sure if what you are experiencing is "expected" behavior based on the way it was developed or a bug that can easily be fixed.

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  3. Of course, can you send an email with your email so I can make your user.

    Site is currently locked down from public.

    Thanks

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  4. David Peralty

    My e-mail is peralty@rocketgenius.com Feel free to send the details there and you should be able to edit your own post to remove your e-mail address if you'd like.

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  5. David Peralty

    Sorry, for some reason I thought you had two multi-page forms on a page. I understand now. You need to set tab-index.

    You can add tabindex=X to your form embed code. I suggest the one in the footer. Making it higher than any other form will ever be... something like 25. Then it shouldn't tab to that form until the 25th time someone hits tab on their keyboard. Also, if either of these are widgets, you have the ability to set the tab index in the properties of the Widget.

    Lastly, if all else fails, we have a hook for tabindex as well:
    http://www.gravityhelp.com/documentation/page/Gform_tabindex

    Hope this helps.

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  6. The hook worked beautifully!!!

    Thank you so much for your time and help.

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  7. David Peralty

    No problem. Have a great day.

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  8. David Peralty

    No problem. Have a great day.

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink

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