We have a multiple page form, where the user can choose to continue the form or submit just the cover page. This is achieved by setting either the 'relevant' or 'body::esri::visible' parameters to ${continuewithform}="yes" for all subsequent pages.
However, whenever the number of pages in the form changes (i.e. if the user changes the ${continuewithform} selection), the survey will snap back to the very top of the page, forcing the user to scroll back down. I've attached a simplified example. The behavior appears in Survey123Connect and on our mobile devices.
Is there any way to change this so the form doesn't jump up to the top? Or is this just hard coded form behavior?