Make tab change scroll to top

Hi all,

I am making a multi-step form with tabs.

When I click next, the screen changes tab (so far so good), but doesn’t scroll to the top.

How can I make it so, when someone submits 1 page and moves to the next tab, the screen auto scrolls to the top of the questionnaire for the new tab?

bump

Is this multiple pages or one page?

You can add custom JavaScript to your Next workflow with the following code

window.scrollTo(0, 0);

Hi Luka I tried that and it didn’t work (at least on mobile preview). It’s 1 page separated by tabs

Did you try on the published version?

Hi, don’t have the paid membership yet so will pick this up when I purchase just before launch

Ill check this for you later today and will let you know if it works on the published app