Skip to content

Instantly share code, notes, and snippets.

@irishgeoff20
Created October 5, 2023 13:12
Show Gist options
  • Save irishgeoff20/366731b1643fc557cd012135244e1986 to your computer and use it in GitHub Desktop.
Save irishgeoff20/366731b1643fc557cd012135244e1986 to your computer and use it in GitHub Desktop.
notion forms
1. **Create the Form:** First, you would need to create the form using an external service like Google Forms, Typeform, or any other form builder that provides embeddable code.
2. **Get the Embed Code:** Once your form is created, most form builders offer an option to generate an embed code. Look for options like "Embed" or "Share" in the form builder.
3. **Copy the Embed Code:** Copy the provided embed code to your clipboard. It usually looks like an HTML iframe code.
4. **Add to Notion:**
- Create or open a Notion page where you want to embed the form.
- Add a new block by clicking the "+" button.
- Choose the "Embed" block or similar option, which allows you to paste HTML or embed code.
5. **Paste the Embed Code:** Paste the embed code you copied earlier into the embed block in Notion.
6. **Adjust the Size:** Depending on the service you're using, you might need to adjust the size of the embedded form to fit your Notion page. You can often do this by modifying the width and height attributes in the embed code.
7. **Save:** Save your Notion page, and the form should be embedded and visible on the page.
any new features related to embedding forms within Notion if there have been updates since then.
@irishgeoff20
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment