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?
luka
3
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
luka
5
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
luka
7
Ill check this for you later today and will let you know if it works on the published app