Jump to specific part of the page

  • barbarasiebourg
    Gefragt am 13. März 2024 um 18:34
    Unfortunately i have a nother question. I have a nother button that will say that you ca jump already to the bottom of the Formular....how can i actually do that?Formular link Image 1 Screenshot 20 Screenshot 10where you see the blue button it should jump directly down to where they should enter their name
  • Jovanne Jotform Support
    Geantwortet am 13. März 2024 um 18:47

    Hi Barbara,

    Unfortunately, we cannot use the Submit button to jump to a specific part of the page. We can use the Paragraph field and anchor it to your first name instead. Let me show you how:

    In your Form Builder, click the Add a Form Element and add a Paragraph field.

    Jump to specific part of the page Image 1 Screenshot 30

    • Edit the source code so that you can jump to the First Name field after clicking the link. Use the source code below:
    <p><a href="#cid_25">Go to the bottom</a></p>

    Jump to specific part of the page Image 2 Screenshot 41

    Once done, save the changes and check if it is working. You can also check my cloned form as a reference.

    Give it a try and let us know how it goes.