HTML

How to submit HTML forms to Notion

HTML is the foundation of every website and it's all you need to send data to Notion with Notion Monkey. Notion Monkey will take the data from any HTML form and automatically put it into your linked sheet. No backend coding required.

Once you create a form in the Notion Monkey dashboard, Notion Monkey will provide a form url or "form action" where you can start posting data. This unique action is all you need to post data into the Notion DB.

Then you just need to use the Notion Monkey action with your form as in the following example:

<form action="https://api.notionmonkey.io/form/vB1pUYCBvUqnSarEvAgsd6" method="post"> <label>Your Name: <input type="text" name="Name" required /></label> <label>Your Email: <input type="email" name="Email" required /></label> <input type="hidden" name="Created" value="x-sheetmonkey-current-date-time" /> <input type="submit" value="Sign Up" /> </form>

Once you submit this form, the data will appear in the linked db like this:

Learn more about connecting your HTML forms to Notion →

Hey, that was pretty easy!

Notion Monkey is free to get started. Why not create an account and connect it with a HTML form? See for yourself how simple it is to start saving your form data in Notion.

Get Started for Free
Get started