NotionX / NotionX/react-notion-x
Feature Request: Add Support for Notion Forms
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
Summary
I’d like to request support for the Notion “form” block. It would be great if the library could detect and render this block properly when it appears in a Notion page.
Forms are a key block type for collecting input directly within Notion pages. Currently, it appears that form blocks aren’t supported, which limits certain use cases where forms are essential.
Expected Behavior
- Detect form blocks in a Notion page.
- Render the form block correctly within the React component.
- Ideally, support both native Notion forms and embedded third-party forms.
Use Cases
- Websites or applications using Notion as a CMS, where forms are needed for collecting feedback, user inputs, or RSVPs.
- Enhancing user interaction by rendering fully functional forms directly in the displayed content.
Thanks for maintaining this awesome library! Let me know if further details or testing help is needed—I’d be happy to contribute.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked README supported-blocks section and the React renderer's handling of unsupported Notion blocks. Confirm the native form block shape and whether third-party embeds are in scope; done means supported form blocks are detected and rendered correctly, with coverage for the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100