Linking to a PDF
Here is how to create a link of a button that opens up a PDF:
1. From the black sidebar on the left, select Media, then click on the Add New Media File button at the top and upload your PDF
2. Once your PDF has been uploaded, click on it to access the media details, then copy the image URL by clicking on the ‘Copy URL to Clipboard” button
3. Navigate to the page/block you want to add a link or button to
Creating a Text Link
1. To create a text link, highlight the text you want to link with your cursor, then click on the Link button in the toolbar
2. Then paste your PDF URL in the box that opens up and click on the blue arrow button to activate the link
3. Click the blue Update button in the top right of the page to publish your change
4. If you need to update the link at a later time, click on the linked text, then click on the pencil icon in the editing bar
5. Delete the old link and paste in the new one, then click on the blue arrow button to activate the new link.
Creating a Button
1. Click on the Text tab in the Text Block Content section of the block where you want to add a button.
2. Paste this code snippet (after pasting ensure that all the quotation marks are straight, like in the example below, and not curly)
<a class="button" href="URL GOES HERE">BUTTON TEXT GOES HERE></a>
3.Replace URL GOES HERE with the URL of the PDF and BUTTON TEXT GOES HERE with the text you want on the button
4. The final result will look something like this, but with your URL and button text:
5. Scroll back up the page and click on Publish or Update in the top right to publish the form.
6. To update the link later on, click on the Text tab and update the URL to a different one, making sure not to accidentally delete the quotation marks around the URL: