-
HeinzEigenmannGefragt am 6. Januar 2025 um 07:43
Hallo
Kann ich einen Link (Button) setzen in meinem Formular, dass beim Anklicken auf diesen Link eine neue Seite angezeigt wird?
Danke für die Hilfe, Gruss, Heinz
-
Deanne Jotform SupportGeantwortet am 6. Januar 2025 um 10:14
Hi Heinz,
Thanks for reaching out to Jotform Support. Our German Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in German, let us know and we can have them do that. But, it might take a while until they're available again.
Now, coming back to your question, are you perhaps referring to the Submit button? If I understand correctly, would you want to Redirect Users After Submission? If so, you can set up the Thank You page to do that. Let me show you how:
- In Form Builder, in the orange navigation bar at the top of the page, click on Settings.
- In the menu that opens on the left side of the page, click on Thank You Page.
- Now, select Redirect to External Link and paste the URL of the new page.
Reach out again if you have any other questions.
-
HeinzEigenmannGeantwortet am 6. Januar 2025 um 10:39
...nein leider ist diese Antwort nicht richtig. Respektive meine Frage falsch verstanden.
Ich möchte keine Umleitung, sondern;
Kann ich einen Button setzen in meinem Formular, so dass beim Anklicken auf diesen Button eine neue Seite angezeigt wird, die sich auf diesen Button bezieht ?
-
Deanne Jotform SupportGeantwortet am 6. Januar 2025 um 12:02
Hi Heinz,
To add a button that redirects to another page, you can use the Paragraph element where you can then insert a code. Let me show you how to do it:
1. First, copy the code below. Replace the link in the href part with the link to your new page.
<p><a style="border: 1px solid orange; padding: 10px; margin: 10px; background-color: orange; text-decoration: none; color: black;" href="http://www.google.com/" target="_blank" rel="noopener noreferrer">Redirect to page</a></p>
2. In Form Builder, click on the Add Element menu on the left side of the page.
3. Under the Basic tab, scroll down the list and click on the Paragraph element.
4. Click on the element to edit it and on the upper right part, click on the Source Code icon.
5. In the pop-up window that shows, paste in the code, click on Ok, and then Save to complete it.
Give it a try and let us know if you need any help.