• Hi,

    I’m using gravity forms, and between each page, Chrome interprets it as refreshing a page. It reloads and goes back to the position of the page.

    How can I turn auto remember page position/scroll off? Is it possible to do it for just my Gravity form page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same question

    Thread Starter ycon

    (@ycon)

    Sure- this does it on this site globally. I added it to my “Custom CSS” area of my theme. Let me know if it works.

    window.onload = function () {
        window.scrollTo(0, 0);
    };

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Disable auto scroll (Chrome) for a single page’ is closed to new replies.