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.

multi page form jumps to first entry how can I stop this?

  1. AHughes
    Member

    I am embedding a from in a template and I am not using ajax. Because of the layout of the page when a user clicks continue the form jumps to the top of the page and it looks wrong. I would like the form to stay where it is.
    here is a link to the form http://www.howto-get-socialsecurity-disability.com
    and here is what I am using to call it
    gravity_form(1, $display_title=false, $display_description=false, $display_inactive=false, $field_values=null, $ajax=false, $tabindex);

    Posted 12 years ago on Tuesday February 28, 2012 | Permalink
  2. AHughes
    Member

    I see lots of people coming an looking at my form but no one answering my question.
    I just tried the form on IE and did not have the same result, so this seems to be a firefox only problem. Does that help?

    Any way thanks for the help in advance

    Posted 12 years ago on Wednesday February 29, 2012 | Permalink
  3. The form is anchoring to the next step, which starts the browser at the top of that ID'd anchor point. This is especially useful if your form was down at the bottom of a long page and you have AJAX turned off, the user wouldn't have to scroll back down the page to continue on. That's the reason it's built in. I think in your case you should be able to just activate AJAX instead - see if that changes anything for you.

    Posted 12 years ago on Thursday March 1, 2012 | Permalink
  4. AHughes
    Member

    Thanks I'll give that a try.

    Posted 12 years ago on Sunday March 4, 2012 | Permalink