- Home
- Resources
- Integrations
- Gravity Forms
Gravity Forms Make integrationAutomate Gravity Forms with Make.
What happens to a form entry after someone clicks Submit? The Gravity Forms Make integration gives you 12 modules: 1 trigger, 7 actions and 4 searches. This page shows how to link your site, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Gravity Forms Make integration do?
The Gravity Forms Make integration links the forms on your WordPress site to Make, a tool where you build a scenario (an automation made of bricks called modules) without code. Make picks up new entries, reads forms and their results, and can remove entries, forms or feeds you no longer need.
Route every new lead. Watch Entries spots each entry submitted in a form, and the next module sends it wherever your team works: a CRM, a spreadsheet, a chat channel. The Airtable Make integration is a common landing spot for that data.
Keep an eye on form performance. Get Form Results returns the entry counts of a form, and List Forms gives you every form on the site. Put them together and a marketer can see which form collects the most entries without opening WordPress.
Clean up what piles up. Remove an Entry, Remove a Form and Remove a Feed delete items or send them to the trash, which helps a site admin retire test forms and spam entries once they are identified.
What the module list does not include: there is no module to create or update an entry or a form, and the only trigger is scheduled, so Make checks for entries on the scenario's clock instead of being called by your site. Make an API Call covers the endpoints the listed modules skip. n8n often has a node for the same app; our n8n vs Make comparison helps you choose, and the Make training takes you further once your first scenario runs.
How do you connect Gravity Forms to Make?
- 01
Get your keys in WordPress
Make talks to Gravity Forms with a pair of credentials, the Consumer Key and the Consumer Secret. You generate them in the WordPress admin of the site that hosts your forms, then keep both values at hand.
- 02
Open a Gravity Forms module
In a Make scenario, add any Gravity Forms module, for example Watch Entries. The module asks for a connection, which is your Gravity Forms account linked to Make once and reused by every module of the app. Click Create a connection.
- 03
Paste the credentials and confirm
Paste the Consumer Key and the Consumer Secret in the window Make opens, then confirm. Once the connection works, the module lists the forms Make can read, which tells you the keys are right.
Your first scenario with Gravity Forms
GoalWhen someone submits a new entry in Gravity Forms, Make fetches the updated entry counts of that form.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + in the middle of the editor. Search for Gravity Forms and pick Watch Entries.
- 02
Connect and set the trigger
Click Create a connection and paste your two keys. Then fill the module fields: Make lists the forms it can read, so you choose the one to watch from a menu.
- 03
Add Get Form Results
Click the + on the right of Watch Entries, pick Get Form Results and point it at the same form. Each new entry, called a bundle in Make, now leads to a fresh count.
- 04
Test with Run once
Submit a test entry on your site, then click Run once. Open the bubble above each module to read the bundles it received and check that the count moved.
- 05
Schedule and switch on
Click the clock on Watch Entries to set how often Make checks the form. A new scenario runs every 15 minutes by default. Switch the scenario on and it keeps working without you.
What starts a Gravity Forms scenario
1 module starts a scenario when something happens in Gravity Forms. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Gravity Forms as soon as it happens.
Watch Entries
Scheduled triggerIn Make“Triggers when a new entry is submitted in a form.”
Every entry that lands in the form you pick becomes the starting point of your scenario, with its answers ready to pass to the next module. It is the entry point for almost any Gravity Forms automation.
What the Gravity Forms modules do
Gravity Forms gives you 11 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Actions
7 modulesNote: The Feed ID can be retrieved using the List Feeds module.
Note: The Feed ID can be retrieved using the List Feeds module.
Remove a Feed
ActionIn Make“Deletes a specific feed.”
This module deletes one feed from Gravity Forms, which clears out a link between a form and an add-on that no longer serves any purpose on your site.
Get Form Results
ActionIn Make“Aggregates results (entry counts) of a form.”
Here you get the entry counts of one form in a single step, a quick answer to how well that form is doing without exporting anything.
Get an Entry
ActionIn Make“Gets an entry based on the entry ID.”
Give it an entry ID and it hands back that single entry with all its answers, ready to map into the next module of the scenario.
Get a Form
ActionIn Make“Gets the details of a form based on the specified form ID.”
With a form ID, this module returns the details of that form, so later modules know which form they are dealing with and can label the data correctly.
Remove an Entry
ActionIn Make“Permanently deletes a specified entry or moves it to the trash”
Once an entry has been handled elsewhere, this action takes it out of Gravity Forms, either sending it to the trash or deleting it for good.
Remove a Form
ActionIn Make“Permanently deletes a form or moves it to the trash.”
This action removes a whole form from your site, to the trash or permanently, which keeps the forms list short when campaigns come and go.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
When no listed module does what you need, this one lets you call any endpoint of the Gravity Forms API with the connection you already set up.
Searches
4 modulesList Entries of a Form
SearchIn Make“Gets entries associated with a specific form.”
This search returns the entries of one specific form, each as its own bundle, so the next module processes them one by one.
List Entries
SearchIn Make“Lists all entries for this account.”
Rather than one form, this search pulls entries from the whole account, which helps when your data is spread over many forms.
List Feeds
SearchIn Make“Returns all the feeds.”
List Feeds brings back all the feeds configured in Gravity Forms, with the IDs the other feed module expects.
List Forms
SearchIn Make“Gets the details of all forms.”
You get the details of every form on the site, one bundle per form, which is the starting point for any scenario that loops over all of them.
Need help automating Gravity Forms with Make?
A person reads every message.