I have created my multi page form:
When user completes form:
- User completes page 1 - Correct
- User hits next button - correct
- Page 2 shows but first input box of form is shown at top of page - incorrect
Basically, what i want is so that the user can see "Step 1, Step 2, Step 3 etc. when they hit next / previous without having to scroll up".
e.g. the top of gform_wrapper to be shown at the top of the browser window on the next / previous page. Not scrolled down to the first input element within the page.