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.

Erratic behavior when pressing tab

  1. I have a site using multiple forms (which is a lifesaver, by the way). When a user presses the 'tab' key, it doesn't move to the next field as it should, rather, selects a different form at random. The site is set to launch tonight, so the URL may either be this:

    http://gator1224.hostgator.com/~ab3915/dev/meet-our-team/work-at-das/

    or this:

    http://dr-solutions.com/meet-our-team/work-at-das/

    There is a form on every tab at the bottom of the site. it happens there as well. any ideas?

    Posted 13 years ago on Sunday October 3, 2010 | Permalink
  2. You need to set different starting tabindexes for each form so they don't jump around. You can do this with a filter added to the functions.php file.

    http://forum.gravityhelp.com/topic/field-tab-order#post-9548

    Posted 13 years ago on Sunday October 3, 2010 | Permalink
  3. Gotcha. Thanks!

    Posted 13 years ago on Sunday October 3, 2010 | Permalink