How to Insert a Go to End of Form Link?

  • F4Mike
    Asked on June 21, 2016 at 6:40 AM
  • Chriistian Jotform Support
    Replied on June 21, 2016 at 8:53 AM

    Hi,

    I am assuming your form consists of one page, and you want to have a link that will allow your users to go to the bottom of the form.

    You need two links - one at the top and one at the bottom. To achieve this, you need to add these links using Text Area fields.

     

    The first link should have an href that points to the second link.

    <a href="#end">Go to End</a>

     

    The second link should have an id that is being pointed to by the href of the first link.

    <a id="end">End</a>

     

    With these, when the first link is clicked, the focus will move to the second link scrolling your form to the bottom.

     

    I assumed you are working on the form https://support.jotform.com/21624263021945. I cloned it and added the said links. Please see below for the result.

    How to Insert a Go to End of Form Link? Image 1 Screenshot 20

    Please see my cloned form here.