Stop Form Tabs Widget from scrolling upward when menu option selected

  • zoiglobal
    Asked on March 27, 2018 at 3:40 PM

    Hello.

    Is there a way to keep my menu bar on my multi-page form from moving upward requiring me to scroll down when I select a menu option when using Form Tabs Widget?

  • aubreybourke
    Replied on March 27, 2018 at 4:52 PM

    Can you please provide the URL of the form in question:
    Where-to-Find-My-Form-URL


  • zoiglobal
    Replied on March 27, 2018 at 4:59 PM

    Oops!  I thought I did!  Here it is:  https://www.jotform.com/build/80684021452148 

  • Adrian
    Replied on March 27, 2018 at 6:43 PM

    I have added the following CSS to your form.

    .jotform-form {
      padding-top: 120px !important;
    }

    This is how the form was behaving (jumping) when clicking on the tabs before adding the CSS.

    Stop Form Tabs Widget from scrolling upward when menu option selected Image 10

    This is after adding the CSS (no jump).

    Stop Form Tabs Widget from scrolling upward when menu option selected Image 21

    If you meant something else, please let us know.