Add external link that opens a document

  • Kapsitidis
    Asked on May 16, 2017 at 5:45 AM
    hi one last question...how i can add a link on the form and when the user
    cliks it will open a word or pdf
  • Sven
    Replied on May 16, 2017 at 5:58 AM

    You will need to upload that document to a cloud or FTP server, and then copy the link to that document. After that, you will need to add a TEXT element, and add the following HTML code:

    <a href="YOUR_LINK"> YOUR TEXT </a> 

    Make sure to replace YOUR_LINK with the actual URL, and YOUR TEXT to whatever text you would link your link to say. Please see a video demonstration of this below:

    Add external link that opens a document Image 1 Screenshot 20

     

    Let us know if you need any further help. 

     

    Thank you!