> ## Documentation Index
> Fetch the complete documentation index at: https://formhug.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Embed in Notion

> Embed a FormHug form in any Notion page using the form link — visitors fill it out without leaving your Notion doc or shared workspace.

Notion lets you embed FormHug forms directly in any page. Visitors fill out the form in place — useful for internal intake forms, team wikis, and public-facing Notion sites.

For public-facing pages, use <a href="https://formhug.ai/templates/contact-us-form-template" target="_blank">contact form templates</a>, <a href="https://formhug.ai/templates/use-case/lead-generation" target="_blank">lead generation templates</a>, or feedback forms designed for your audience.

## Before You Start

Notion embeds use the **form link URL**, not the iframe embed code. Get your share link: open the form → click **Publish** → **Share Link** → copy the URL.

## Embed the Form

<Steps>
  <Step title="Open Your Notion Page">
    Open the Notion page where you want the form to appear.
  </Step>

  <Step title="Type /embed">
    Click into the page body and type `/embed`, then select **Embed** from the menu.
  </Step>

  <Step title="Paste the Form URL">
    Paste your FormHug share link into the URL field and press **Enter**. Notion loads the form as an embedded block.
  </Step>

  <Step title="Resize the Embed Block">
    Drag the bottom edge of the embed block to set the height. Make it tall enough to show the full form — if the block is too short, visitors have to scroll inside the embed itself.
  </Step>
</Steps>

<Note>
  Paste the **share link** (the form's URL), not the HTML iframe code. Notion's Embed block takes a URL, not raw HTML.
</Note>

## Who Can See the Form

The form is visible to anyone who can view the Notion page:

* **Shared publicly** (Share → Publish to web): anyone with the link can view and fill out the form
* **Workspace-only**: only team members with Notion access see the embed

Submissions go to your FormHug account regardless of the Notion page's sharing settings.

<Tip>
  For internal team forms — intake requests, feedback, bug reports — embedding in Notion is often more effective than sharing a standalone link. People fill it out in context, right where they're already working.
</Tip>

## Related

<CardGroup cols={2}>
  <Card title="Share Link" icon="link" href="/features/sharing/share-link">
    Get and manage your form's share link
  </Card>

  <Card title="Embed Options" icon="code" href="/features/sharing/embed">
    All embed types available in FormHug
  </Card>

  <Card title="Contact Form Template" icon="envelope" href="https://formhug.ai/templates/contact-us-form-template" target="_blank">
    Start from a simple form for page visitors or workspace requests
  </Card>
</CardGroup>
