-
barbarasiebourgGefragt am 13. März 2024 um 18:34
-
Jovanne Jotform SupportGeantwortet 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.
- 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>
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.