Clicking on the next button does not take to the TOP of the next page.

  • Benflips
    Asked on December 19, 2014 at 5:21 AM
    4) Is there a way, on pressing next, or clicking a tab, that the 'focus' returns to the top of the form page? At the moment if I press the next button, it goes to the next page, but not to the top of the next page (ie. I have to scroll upward from the 'next' button to see the title and beginning of the next page)
  • val
    Replied on December 19, 2014 at 11:14 AM

    Hi,

    You can't put a link on the Page Break and Tabs. However, you can put a link on your form pages above the Page Break like this screencast below.

    Please check this screencast below:

    Clicking on the next button does not take to the TOP of the next page Screenshot 20

    Hope this help.

    Thanks.

  • Benflips
    Replied on December 20, 2014 at 1:01 AM
    Thank you. I've used your code, and I'm wondering what extra code I need to
    put in to alter it's alignment to right-aligned instead of left-aligned?
    ...
  • val
    Replied on December 20, 2014 at 6:29 AM

    Hi,

    You need to put a CSS element like this code style="float:right;".

    Please replace the HTML to this new HTML code.

    <a href="#" style="float:right;">Top</a>

    Hope this help.

    Thanks.