With the plugin Import Entries you can easily import entries using an Excel file. This makes it also possible to import big list of data to your WordPress site and use it to fill in information automatically using the Polulate Field possibility in Gravity Forms.
Prepare an Excel file to Import (to CSV)
To use your Excel file in Import Entries, you have to save it as a Comma Seperated Values file. For this Tutorial we use an Excel file from Google’s Keyword Planner.

Make sure to save your excel file as a Comma Separated File for it to work with Import Entries plugin. You can check this by opening the CSV file in your Notepad and checking if there are only Comma’s used to separate the columns. This should look like this in notepad:

Make a form with the exact same Column Names
As you saw in the Excel file, there are 12 columns:
- Ad group
- Keyword
- Currency
- Avg. Monthly Searches (exact match only)
- Competition
- Suggested bid
- Impr. share
- Organic impr. share
- Organic avg. position
- In account?
- In plan?
- Extracted From
In this tutorial, we will only use the bold columns:

Mapping the Form Fields
With your Form ready, you can start importing Entries with the CSV file. Go to Forms > Import/Export > Import Entries and Upload your CSV file. See below what it looks like:

Because we use the exact same column names as field names in the Gravity Form, it is possible to click on Map Exact Matches. With doing that, it will look for matches between the field names and the CVS column names. This saves a lot of time, especially when you have to repeat Excel imports to your forms.

Configuration and importing entries to Gravity Forms
There are some configuration options for your import.
- Be sure to check the ‘Use Default Field Values’ in this example. Why? Because the Suggested bid field is sometimes empty. The default value (standard value) is 0, so if empty this will be asymptomatically zero.
- You can also choose to upload the files to the new website you are maybe working on, or choose to just link to the files that are in the csv file. Be aware: if you choose for uploading the files, it will take quite a long time for the import, because every file will be downloaded to a new folder.
- You can also set conditions for the import (like you are used to with Gravity Forms). It will set conditions based on the values in your csv file.
Click on ‘Save Configuration’ to update all your choices.

After this: hit ‘Begin Import’ to import your Entries from Excel. You will see this message if the import is completed:

Read tutorials about
n8n vs Zapier: Which Automation Tool Actually Fits Your Work?
Trying to decide between n8n vs Zapier? This article breaks down pricing, hosting, integrations, AI features, and where self-hosted n8n on a cheap VPS can beat Zapier’s task-based plans. You’ll also see how Gravity Forms users can plug in the GravityWP n8n Connector and move key workflows off Zapier without rebuilding their forms.
Cloudflare Tunnel + n8n: Expose Local n8n for Webhook Testing (Dev Only)
This guide shows how to use Cloudflare Tunnel Quick Tunnels to put a local n8n instance on the internet for real webhook testing. It’s a dev-only recipe that lets tools like GravityWP’s n8n Connector call your local n8n over HTTPS, without renting a VPS or opening ports.
Self-Host n8n with Docker on a VPS
Learn how to self-host n8n with Docker on a VPS using a production-ready setup. This step-by-step guide walks you through configuring Docker Compose, Postgres, HTTPS, and WEBHOOK_URL so you can run reliable, secure n8n workflows on your own server.
One-Click n8n Hosting: How to Deploy n8n with Railway, Elestio & Coolify
Learn how one-click n8n hosting works on platforms like Railway, Elestio, and Coolify. This guide explains when to pick one-click hosting over n8n Cloud or a raw VPS, how templates are structured, and which env vars, security settings, and troubleshooting tips you can’t skip.