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.

Pressing the tabbing field takes me off the form and to the top of the page

  1. RE: http://searchingsocal.com/leaseoptionleader/buyers/very-important-buyer

    When the tab button is pushed to move to the next field the entire screen is moved to the top of the page. If you press tab again, it will take you back to the form. Can you please tell me what is wrong? Thank you.

    Posted 11 years ago on Monday September 10, 2012 | Permalink
  2. The problem is that you have two forms on the page and neither has a tabindex set, so both begin with the same tabindex (default beginning tabindex of 1). You need to set the tabindex of one form or both. You can do it in the shortcode where you embedded the main form:

    [php]
    [gravityform id=1 title=false description=false ajax=true tabindex=50]

    Or you can do it in the advanced settings for the widget in the sidebar. Screenshot: http://chrishajer.minus.com/mvb3ZVdEr

    Set them to ranges which don't conflict and you will be fine.

    Posted 11 years ago on Monday September 10, 2012 | Permalink
  3. Works perfect. Thank you!

    Posted 11 years ago on Monday September 10, 2012 | Permalink
  4. You're welcome. I tested the page again and it looks good to me too.

    Posted 11 years ago on Monday September 10, 2012 | Permalink

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