Embed guide

Embed a YeetForm in Notion

Notion's /embed block turns any page into a live window onto outside content, and a YeetForm form drops straight in without a plugin. Because Notion sandboxes embedded pages and won't run injected JavaScript, you'll use the form's direct URL instead of the SDK script. Anyone viewing your shared Notion page sees the real, interactive form and can submit it without leaving the page.

Steps

1

Add an Embed block

On any Notion page, type /embed and press Enter, or open the + menu and choose Embed. Notion will ask for a link — that's where the form's URL goes.

2

Paste your form's embed URL

Add ?embed=true to your form's public URL so Notion loads the compact layout built for embedding, with no YeetForm header or page chrome around it.

https://yeetform.io/f/your-form-slug?embed=true
3

Resize and publish

Notion embeds don't run scripts, so there's no auto-resize — drag the block's bottom edge until the whole form fits, then share or publish the page as usual.

Tips

  • Auto-resize needs the JS SDK's embed() helper, which requires script execution. Notion blocks that, so plan for a fixed block height instead.
  • The ?embed=true URL strips YeetForm's own header and background so the form blends into whatever frames it, Notion's embed block included.
  • Add a hidden field to your form and pass it in the URL (?utm_source=notion or ?field_id=value) to tag responses that came from this page.

Build your form with AI in seconds

Free plan includes AI generation, logic and embedding.

Build your form with AI in seconds

FAQ

Can I embed a YeetForm form in Notion for free?+
Yes. Notion's /embed block is available on every Notion plan, including the free one, and it works the same regardless of your YeetForm plan.
Why can't I use the YeetForm script embed in Notion?+
Notion renders embedded content in a sandboxed iframe and strips inline scripts for security, so the SDK-based embed won't run. The plain URL embed works fine instead.
Will the embedded form resize itself in Notion?+
No. Notion embeds don't support the postMessage-based auto-resize the SDK normally provides, so you'll drag the block to a height that fits your form.
Do submissions from the Notion embed reach my dashboard?+
Yes. The embed is just a window onto your live, published form — every submission is recorded and shows up in your responses exactly as if someone visited the form URL directly.