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.

Tab-to-next-field not working with multiple forms on a page

  1. I have two forms on this page:

    http://thewellmarketplace.com/meals/

    If you start filling out the first one, pressing TAB to go to the next field does not bring you to the next field, but to a field in the next form.

    How can I fix this?

    Posted 13 years ago on Wednesday February 23, 2011 | Permalink
  2. You need to set the starting tabindex for each form. You can find out how to do that here.

    http://www.gravityhelp.com/forums/topic/tab-from-first-name-to-last-name-field-goes-to-end-of-the-page#post-15867

    Posted 13 years ago on Wednesday February 23, 2011 | Permalink
  3. Thanks for the reply! Perfect.

    Added this to my functions.php file and it works fine now:

    add_filter("gform_tabindex", create_function("", "return false;"));

    Posted 13 years ago on Wednesday February 23, 2011 | Permalink

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