# Submitting Carrd forms to Google Sheets

Integrating [Carrd](https://carrd.co) 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/-MHSCq3DN9mJwnFBiFA7)

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 Carrd form

Open your Carrd site and add a Form to the page.

![](/files/-MHSDM9sFPw40EVwiw2J)

When you configure the form, you need to select the follow values:

**Type:**

* Custom
* Send to URL...

**URL:**

* Enter your Sheet Monkey **Form Action** URL.

**Method:**

* POST

![](/files/-MHSDdbwOSDU27xL83al)

The select "Done".

Add whatever fields you want to your form using the "Fields" tab in Carrd:

![](/files/-MHSEL0Df4uSYBhI83Nw)

{% hint style="warning" %}
Note: Sheet Monkey supports all field types except "File". Any files submitted will be discarded.
{% endhint %}

### 3. Test your form

Publish your Carrd 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)


---

# 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-carrd-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.
