# Use Airtable to create powerful spreadsheets

> Formspree Docs · Plugins · Updated February 28, 2026

#### Available on: Personal, Professional, Business plans

[Airtable](https://airtable.com/) is a service that lets you create online spreadsheets with the power of databases. Airtable allows you to create, share and organize your spreadsheets with your team using database features like column data types, links between tables, collaboration, sorting, and views that can be published on external websites.  
  

## Form Setup

Before using the Airtable Plugin you must create a form to collect new submissions. Any HTML form will work.

The Airtable Plugin is quite simple. You can use any field in your form and there are no required or special fields.

To use a form to populate your spreadsheet, just be sure that form field names match the spreadsheet's column names.

If you have a form like this:

```html
<form action="http://formspree.io/hash-id" method="POST">
 <input type="text" name="name">
 <input type="email" name="_replyto">
 <input type="text" name="comments">
 <input type="submit" value="Send">
</form>
```

You'll need to setup the Airtable columns with the same names as those fields like this:

![mceclip0.png](/images/zendesk/5659be4846f4961d.png)

**Any other field that is present in form but not in table won't be persisted at Airtable.**  
  

## Connecting to Airtable

_Note: If you're using the [Formspree CLI](/articles/using-the-cli/the-formspree-cli/) please instead refer to our article [Sending submissions to Airtable](/articles/using-the-cli/send-submissions-to-airtable/) to connect to Airtable._

Once you've created and configured a form that, you can connect to Airtable using the Airtable Plugin. First go to the Workflow (or Plugins) tab of your form. Then click the Airtable Plugin button.  
  
![](/images/zendesk/c01f0c642d8c3718.png)  
  
You will be redirect to connect to your Airtable account. Select the bases that you want to send submissions to. Click **Grant Access**.

  
![](/images/zendesk/47c03338182505d8.png)

After that you'll be prompted to Airtable settings. At this moment you'll be able to see your bases.  
Selecting a base, tables list will be loaded. Then select a table.

![](/images/zendesk/66c68149195ba87d.png)

By checking **Sync existing submissions**, all your form's existing submissions will be persisted to the selected table.

Finally, click connect to enable the Airtable Plugin.

In the future, if you'd like to change the base/table or disable the plugin entirely, you can do so by clicking on the Airtable button again to adjust its settings.
