The Three Embed Modes
Depending on your UX goals, you can choose between three distinct embed architectures directly from the Share screen.- Standard (Inline Iframe)
- Popup (Modal Overlay)
- Full Page Document
The most common approach. The form renders directly within the flow of your existing webpage, exactly like an embedded YouTube video.
1
Configure Height
Define a base pixel height. We strongly recommend leaving Dynamic Height enabled. This allows the form to automatically communicate with your website to stretch or shrink its height as the user navigates between pages or triggers conditional logic, eliminating ugly internal scrollbars.
2
Paste the Snippet
Copy the generated
<iframe> and the tiny <script> tag, and paste them into your website’s HTML body.Universal Embed Options
Regardless of which mode you choose, you can toggle several cosmetic overrides before copying the code:Hide Title
If you embed the form on a webpage that already has a massive
<h1> header saying “Contact Us”, you don’t want the embedded form to repeat it. This hides the form’s internal title.Transparent Background
Strips the form’s configured background color, allowing your website’s native background (e.g., a gradient or an image) to show through the iframe seamlessly.
Track Form Events
For advanced marketers. This instructs the iframe to broadcast standard
postMessage events (like form_started or form_submitted) to your parent website, allowing you to hook them into Google Tag Manager or Meta Pixels.