Skip to main content
How can I integrate a PDF into my funnel?

Learn how to integrate PDFs into your funnel using our HTML block

Luise avatar
Written by Luise
Updated over a week ago

The HTML block allows you to integrate custom elements or applications within your funnels. With the following HTML code, you can easily embed a PDF you created into your funnel:

<embed src="<http://example.com/the.pdf>" width="500" height="375" type="application/pdf">
  • Copy this code above and paste it into the HTML Block

  • Replace the example link with the PDF link that you wish to embed

  • Publish your Funnel

Please note width and height attribute values are specified in pixels by default, but can be set as percentages.

💡 Our HTML feature is only available on Advanced Plans. Click here to get more information about our plans.


Find additional information on the following topics in our Help Center:

Did this answer your question?