View Categories

How to add PDF in pop-up using custom code?

< 1 min read

Go to site builder open file manager.

Upload PDF file here and copy link of uploaded file.

Now go to pop-up and add custom pop-up.

When pop-up open click on this + sign and add custom code in Pop-up.

  1. This window will appear add custom code here.

Here is the code:

<object data="test.pdf" type="application/pdf" width="300" height="200">

alt : <a href="test.pdf">test.pdf</a>

</object>

You need to put your copied code at the place of “test.pdf" which you copied while uploading file as mentioned above. And before that copied code you have to add **https://app.flowtrack.co** at the place of test.pdf and save it.