Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Create a Custom Airtable Form in WordPress (Easy Way)

Many website owners struggle with clunky forms and messy data. This can be a real headache and waste valuable time. This is where linking your form to Airtable can come in handy.

Airtable is a fantastic tool for building data-driven apps. It helps you collect and manage information with ease.

Luckily, creating a custom Airtable form for your WordPress site is easier than you might think. At WPBeginner, we’ve guided countless users through this process.

In this article, we will walk you through how to create a custom Airtable form in WordPress. No coding skills? No problem. Our method is beginner-friendly and straightforward.

Create custom Airtable form

Why Create a Custom Airtable Form in WordPress?

Imagine you’re running a busy website with loads of data coming in from contact forms, surveys, and customer questions. Keeping track of all this information can quickly become a nightmare.

You find yourself lost in a sea of emails, spreadsheets, and poorly organized data, wasting precious time trying to make sense of it all. This is where custom Airtable forms come to the rescue.

Airtable is a data management tool that allows you to create custom data-driven apps. That way, you can better visualize the data collected on your website using WordPress forms.

For instance, you can use your WordPress contact form data in Airtable as a CRM (Customer Relationship Management) tool to manage leads and contacts captured by your WordPress forms.

You can also store data from user surveys on Airtable.

Here are a few other use cases for using Airtable with WordPress:

  • Organize tasks by project, assign responsibilities, and use Kanban views to visualize project progress.
  • Create a content calendar for content pieces, track publication dates, and assign writers and edits to increase your blog traffic.
  • Maintain a database of inventory items to track quantities for your online store.

Basically, you can use data collected from your WordPress contact forms in Airtable to create custom apps, workflows, and tools for your business.

With that in mind, let’s see how you can easily create a custom Airtable form in WordPress.

How to Create a Custom Airtable Form in WordPress

To create our custom Airtable form in WordPress, we will first make a contact form using WPForms.

It is the best WordPress contact form builder plugin on the market and allows you to create any kind of form easily using a simple drag-and-drop interface.

After that, we will connect our form to Airtable by using a service called Uncanny Automator.

Uncanny Automator works as a bridge to connect two different apps without any code. You can use it with dozens of online apps, including WPForms and Airtable.

Here is an overview of the steps we will cover in this post:

Ready? Let’s get started.

Create Your Form in WPForms

First, you need to install and activate the WPForms plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Note: You can use the WPForms free version to integrate Airtable with WPForms. However, upgrading to the WPForms premium will unlock all 1900+ form templates, let you use advanced form features like conditional logic, connect to more payment options like, and more!

Upon activation, you need to go to the WPForms » Settings page.

Under the ‘General’ tab, enter the license key from your account on the WPForms website and hit ‘Verify Key.’

verify key in WPForms

Next, you need to visit the WPForms » Add New page in your WordPress dashboard. This will launch the WPForms builder interface, where you can choose from over 1900 pre-built templates.

Make sure to give your form a name so you can easily refer back to it.

name your WPForms

For this tutorial, we will be using the ‘Simple Contact Form.’

Go ahead and click on ‘Use Template.’

Use template for simple contact form

From here, you’ll be taken to the drag-and-drop editor, where you can easily customize the form.

Let’s say we are creating a contact form to collect leads from B2B prospects. In this case, we will want to add ‘Company’ and ‘Phone Number’ to our contact form.

To add the ‘Company,’ you need to add a ‘Single Line Text’ item, then click on the element and rename the field to ‘Company.’

Add company field to WPForms

If you want prospects to provide their phone number, just drag the field option ‘Phone’ onto the editor.

Feel free to add any other fields that fit your needs. For more details, you can see our guide on how to create a contact form in WordPress.

Phone field

Once you’ve set up your form, you need to add it to your WordPress website.

Simply hit the ‘Embed’ button at the top.

embed button

You can choose to embed the contact form on an existing page or a new page.

In this case, we will pick ‘Select Existing Page.’

Select existing page

Choose any page you’d like and select the ‘Let’s Go!’ button.

This will take you to the WordPress editor of that page.

Embed in a page

All you have to do is hit the ‘+’ button in the top left corner.

Then, find and select the WForms widget to add it to your page.

WPforms block

From here, you can choose the contact form you’ve just created.

That will automatically embed the form into your page.

choose contact form

Next up, make sure to hit the ‘Update’ button up top.

Now, your form should be added to your WordPress page.

update button

After you have added your form to your website, go ahead and create a test entry. This will be used to set up and check the connection between WPForms and Airtable.

Here’s our test entry, with name, email, phone, company name, and a message:

Contact form entry

Create Your Airtable Account

Before integrating Airtable using Uncanny Automator, let’s make sure you have an Airtable account.

On its website, simply click the ‘Sign Up for Free’ button to get started.

Signing up for Airtable

You’ll then be prompted to enter your email address. Alternatively, you can use Single Sign On or your existing Google account to create an Airtable account.

Feel free to choose the method you prefer. We will choose ‘Continue with Google.’

Creating a free account in Airtable

Next up, simply follow the account setup wizard.

Upon creating an account, you can switch to the ‘Automations’ tab at the top left corner of Airtable.

Automations tab in Airtable

Go ahead and click the ‘+ Add trigger’ button.

This will open the dropdown menu items, and you’ll want to click on ‘When webhook received.’

Selecting when webhook received trigger

Once added, you should see a right sidebar where you can access the unique webhook URL.

You’ll need this URL for the next part of the tutorial, so you’ll want to click the ‘Copy’ button next to it.

The copy webhook URL button

Then, you can temporarily store this URL in your notepad. We will use it later in the guide.

Set Up a Base and Table in Airtable

Next, we need to create a base in Airtable to store all of the information that we collect from our contact form.

If you are new to Airtable, then you may not know how to set up a base and table.

First off, the base is the top-level database used to organize and store information. A table in Airtable is similar to a sheet in a spreadsheet.

In your Airtable account, go ahead and click the ‘Start from scratch’ option in your home dashboard.

If you have an existing spreadsheet that you want to migrate over to Airtable, then just click the ‘Quickly upload’ option.

Start from scratch

Go ahead and name your base and table.

We’ve decided to name our base ‘Sales CRM’ and the table ‘Contacts.’

Rename base and table in Airtable

Then, change the top column labels to match the form fields you’ve just created in WPForms.

In this case, we added labels for ‘Name,’ ‘Company,’ ‘Email,’ and ‘Phone.’

Change labels

You’ll want to keep this tab open, as we will refer back to it later to check whether our WordPress automation works.

Integrate Uncanny Automator With WPForms

Now, let’s go back to your WordPress dashboard.

To build a bridge between WPForms and Airtable, we will use Uncanny Automator. It’s one of the best and most popular automation plugins on the market, used by more than 40,000 WordPress users.

What’s more, you can use the free version of Uncanny Automator to connect WPForms and Airtable.

So, let’s install and activate the Uncanny Automator plugin. If you need help, then you can refer to our guide on how to install a WordPress plugin.

Upon installation, you’ll want to navigate to Automator » Add New to create a new recipe. In the pop-up that appears, let’s choose ‘Everyone.’

Choosing Everyone for the recipe type

In the editor, go ahead and name your recipe.

We recommend using an easy name so that you can easily refer to it whenever you need it. For example, we’re going to use ‘Airtable Automation’ as the recipe name.

Naming the recipe as Airtable Automation

Now, let’s move on to the ‘Trigger’ section.

Here, you’ll want to choose WPForms and then select the trigger from the available list in the dropdown menu. Let’s choose ‘A form is submitted.’

Choosing WPForms trigger

After that, you’ll need to choose which form to trigger the automation.

Go ahead and choose the one we just created from the dropdown menu. Then, don’t forget to click the ‘Save’ button.

Choosing the form from the dropdown

With that done, let’s scroll down to the ‘Action’ section.

From here, you can click ‘Add action’ and select ‘Airtable.’

Selecting Airtable as an action

You’ll then be prompted to click on ‘Send data to Airtable webhook.’

Go ahead and select the option.

Sending data to Airtable webhook option

From here, you’ll want to open the note where you stored the unique Airtable webhook URL from the previous step. Simply copy the URL to the clipboard.

Then, let’s return to the WordPress tab.

Go ahead and paste the webhook URL into the ‘URL’ field.

Pasting the webhook URL

After that, you can leave all the other settings as they are and scroll to the bottom of the panel.

Here, you’ll see some options. If you want, you can click on ‘Send Test’ to see if your Airtable account receives the data. Then, there’s the ‘Check data format’ button, which lets you preview the outgoing data.

When you’re happy with everything, you can go ahead and click the ‘Save’ button.

Saving Automator recipe

Once you’ve set up your recipe’s trigger and action, you’ll want to make sure it starts working.

Simply toggle the switch on the right-hand panel from ‘Draft’ to ‘Live.

Making recipe live

And that’s all there is to it!

Now, whenever someone submits a form, the data will go to Airtable.

Bonus: How to Send SMS Messages to Your Leads

If you found this integration helpful, then you may want to also send SMS notifications to people who have completed your contact form.

This is a great way of keeping them up to date with the status of their request.

For example, let’s say you have prospects who visit your landing page and then complete your form, indicating interest in your services. While the form data is entered into an Airtable, you will want another connection that automatically sends SMS messages to your leads so they know what to expect from you.

The best option is to use Brevo, which is an email marketing service that also lets you send SMS messages to your leads.

Brevo website

With this software, you will be able to import your contacts and then send text message campaigns. For more information, just follow our tutorial on how to send SMS messages to your WordPress users.

We hope this article helped you learn how to create a custom Airtable form in WordPress. You may also want to check out our guides to the best business phone services and how to get SMS text messages from your WordPress forms.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

4 CommentsLeave a Reply

  1. kzain

    This is an amazing post! I’ve been looking for a way to streamline my form data management. Combining Airtable with WordPress sounds like a game-changer. I’m excited to try this out. Thanks for the detailed post

  2. Jiří Vaněk

    I have some polls on my blog, but this way is more comfortable for doing sheets with answers an data of users on my blog. This is a good idea how to do it in better way. Thanks a lot.

  3. ibrar

    This is really helpful to me, thank you! Keep up the good work.

    • WPBeginner Support

      Glad our guide was helpful :)

      Admin

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.