HTML

How to submit HTML forms to Google Sheets

HTML is the foundation of every website and it's all you need to send data to Google Sheets with Sheet Monkey. Sheet 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 Sheet Monkey dashboard, Sheet 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 Google Sheet.

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

<form action="https://api.sheetmonkey.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 sheet like this:

Learn more about connecting your HTML forms to Google Sheets →

Hey, that was pretty easy!

Sheet 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 Google Sheets.

Get Started for Free
Get started