Creating a Link Button

  • wtucker0092
    Asked on December 5, 2014 at 8:26 PM

    I need to put a button on a form and all it does is go to a new link and opens the page in a new window

  • Jan
    Replied on December 6, 2014 at 9:46 AM

    Hi,

    As I understand you want to put a link button right?

    You can do that by adding this HTML code. The target="_blank" is for it to opened to a new window once it is clicked.

    Creating a Link Button Image 1 Screenshot 50

     

    Here's a guide on How to Add HTML Code.

    1. On Form Tools, click the "Text" to create a text field. Click the "Edit HTML" button.

    Creating a Link Button Image 2 Screenshot 61

     

    2. After clicking the "HTML" button, the HTML source editor will appear. Add the code then click "Update" button.Creating a Link Button Image 3 Screenshot 72

     

    3. Don't forget to click "Complete" button.

    Creating a Link Button Image 4 Screenshot 83

    We can help you customize the button if you want to change its appearance.

     

    Hope this helps. Thank you!

  • Jan
    Replied on December 6, 2014 at 9:52 AM

    Sorry, it seems like the HTML code did not show up. I edited the post. Here's an image of the HTML code.

    Creating a Link Button Image 1 Screenshot 20

    Thank you.