Do you want to automatically create entries based on selected checkbox and multi-select choices or on rows in a List Field? With the Field to Entries Add-on for Gravity Forms you can do that with a feed.
Create entries based on checkbox choices
In this example we’ll walk you through creating entries based on selected checkbox choices. We have a form with a Single Line Text field the user can fill in a name and a Checkbox with different tasks.

In the Form Settings > Field to Entries we can create a new feed. As source we select the Checkbox Field and we select as Target Form a newly created Tasks Form. This Tasks form has only two Single Line Text Fields (Name & Task).
Under Field Mapping we map the name fields (we want to have the name filled in every time). The Single Line Text Field ‘Task’ we want to fill with the selected Task value. You can do that by selecting ‘Field -> Entry: Tasks (each selected item)’. This will create a new Entry for every selected checkbox item and fills in the name and the selected task.

Now we can fill in our example Form:

This will create automatically two entries in the Task Form:

Create entries based on List Field rows
We can do the same with a Gravity Forms List Field. We’ll add that to our example Form:

We add a new Feed to our Form in Form Settings > Field to Entries:

We can select under Field Mapping the Task Field and map it to ‘Field -> Entry: List (each row)’:

We add some extra tasks in the List:

When submitting this Form it automatically creates an entry based on the selected Checkbox item ánd will create a new entry for every row in the List Field.

Create entries based on Multi Select
You can also use a Gravity Forms Multi Select Field to dynamiccaly create new entries based on the selected values.
We’ve added a Multi Select Field to our example form with 6 choices:

And map it to the selected Multi Select choices:

We have advanced User Interface on, so you can easily select items in the Multi Select. This time we only select Task 2, 4 and 6.

This created new entries for every selected Multi Select item:

Read tutorials about
How to Replace Zapier with n8n (Using the GravityWP n8n Connector)
Tired of burning Zapier tasks on every Gravity Forms submission? This guide shows you how to replace Zapier with n8n using the GravityWP n8n Connector. You’ll learn how to move an existing Zap step-by-step into n8n, cut automation costs, and keep full control over where your data lives.
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.