Standard (Iframe) Embed
An iframe that renders the form inline within your page content. The form appears as a section of the page, not a popup or overlay.
Setup
- Publish → Share → Embed → Standard
- Configure:
| Setting | Description |
|---|---|
| Width | Iframe width (pixels or %) |
| Height | Iframe height (pixels) |
| Display mode | Card, Classic, or Chat |
| Border | Show/hide iframe border |
- Copy the
<iframe>code - Paste where you want the form to appear
When to use
- Contact form in a website sidebar
- Registration form embedded in a page section
- Feedback form at the bottom of an article
- Any case where the form is part of the page layout (not an overlay)
Note
Set the height tall enough for your form. If the iframe is too short, respondents will need to scroll within the iframe, which is a poor UX. For long forms, use Full Page or Popup instead.