Embedded Form and Opening a hyperlink

  • clo1973
    Asked on March 20, 2015 at 2:11 PM

    Hi,

    I have plans to embed my form: http://form.jotform.us/form/50613614755151

    into my web page.  Features works great, however I have a few hyperlinks to other websites that I would like for them to open on a new tab outside of the embedded window.  Reason is that my embedded form is smaller and the links open fine, but the destination pages are loading cropped off.

    I'd like for the embedded form to show as it does, but the links within it to open entirely into a new browser page, outside of my webpage.

    Is this possible?

     

    Thank you,

     

  • David JotForm Support
    Replied on March 20, 2015 at 3:49 PM

    Hi,

    You can add this code to your form where you would like the link:

     

    <a target="_blank" href="http://www.jotform.com">Visible link text</a>

     

    This opens a new window/tab due to the "target="_blank" portion of the code. Edit the green part with your url, and the blue part for the message that is visible for people.

    If you have any further questions, let us know and we will be happy to help.