Problem: when the user clicks “next” or “previous” on a multi-step form, anchor tags are used which make the form appear like it “jumps” down to the first field available on that step.
Goal: have the form load at page top.
This is a similar request to https://legacy.forums.gravityhelp.com/topic/how-to-manage-page-breaks-to-go-to-top-of-page
In that situation, AJAX was successfully used. Unfortunately, we can’t use AJAX because it conflicts with our theme.
We’re considering writing some jQuery to jump the form back to page top, but this creates 2 jumps: the initial jump down when the form step loads, then a second jump back to page top.
Is there another way to accomplish this goal?