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 2 months 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.

ℹ️ This HTML feature is available from the Business Plan (Legacy) / Grow Plan (New) onwards. It can also be added via the Premium Block Suite.


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

Did this answer your question?