# Submitting Webflow forms to Google Sheets

Integrating [Webflow](https://webflow.com) forms with Google Sheets only takes a minute to set up with a free Sheet Monkey account. This guide shows you how.

{% hint style="info" %}
*All these guides require that you have a* [*free Sheet Monkey account.* ](https://sheetmonkey.io)*If you haven't registered your account, please do that before continuing.*
{% endhint %}

### 1. Create your Sheet Monkey form

Start by logging into the [Sheet Monkey dashboard](https://dashboard.sheetmonkey.io) and create a form. If you don't know what form to start with, we recommend picking the "Blank Form" template and Sheet Monkey will automatically fill out the data once you start submitting data.

![](/files/-MHNLBHyFtiB6rr09sYv)

Once you've created your form, copy the "Form Action" URL to your clipboard.

![](/files/-MHNLVNXM80z6LgKc64X)

Optionally, you can set up a redirect for when the form is successfully submitted.&#x20;

![](/files/-MHNLpmUE2-UafA2cQSg)

### 2. Configure your WebFlow form

In WebFlow, drag a form block onto your page and add the fields that you want.

![](/files/-MHNMOoH3fUB-SGPGhNm)

Then in the Form Block Settings, update the **Action** field so it has your Sheet Monkey **Form Action** value:

&#x20;

![](/files/-MHNMxzZWWcA6AYtbp5t)

**Important:** You also need to make sure that **Method** is set to "POST"

### 3. Test your form

Preview your webflow site and try submitting the form. Open your Google Sheet and confirm that the values are appearing in the sheet after you submit.

![](/files/-MHSCLHzqc3b-IzVpR00)

## Video walkthrough

Here's a video walkthrough on how to do this.

{% embed url="<https://www.youtube.com/watch?v=SRXJSarsvz4>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sheetmonkey.io/guides/submitting-webflow-forms-to-google-sheets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
