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.
Once you have inserted the Custom HTML element, click on it to open the Editor. A custom HTML box will appear.
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.
In the editor, the HTML tag will look like this once the URL of the PDF file is added
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.
Congrats, you have successfully added the PDF file to your page. 🥳