All Collections
The Editor
How to add PDF to your page
How to add PDF to your page
C
Written by Chris
Updated over a week ago

Once you are inside your funnel, pick a wanted place on the page to place your PDF file.

Click on the "+" sign which will open Elements. Look for Text elements, and choose Custom HTML. Insert into your page.

PDF1.jpg

Once you have inserted the Custom HTML element, click on it to open the Editor. A custom HTML box will appear.

Converdy_2021-01-21_at_2.38.46_PM.jpg

You will need to enter an HTML inline frame tag to embed the PDF into your page.

<iframe src="yoururl"width="100%" height"100%"></iframe>

Before you add the HTML tag, make sure to edit the privacy on the PDF file to make it available for your page visitors.

pdf2.jpg

In the editor, the HTML tag will look like this once the URL of the PDF file is added

PDF4.jpg

Make sure to switch the /view to /preview

💡 Tip: you can play around with the percentages inside the HTML tag and define the size by changing width % and height %.

Once you are all set, publish your funnel. You will also have an option to open the PDF in the full format by clicking the icon in the upper right corner.

Sign_Up_2021-01-21_at_3.55.52_PM.jpg

Congrats, you have successfully added the PDF file to your page. 🥳

Did this answer your question?