// TRIGGER NODES

Gravity Forms Trigger

2 min read Updated July 23, 2026

The Gravity Forms trigger runs a workflow whenever a chosen Gravity Forms form is submitted. Each field on the form becomes a named value your downstream nodes can read.

When to use it

Use it to react to any Gravity Forms submission: route a support request to an AI reply, score a lead, summarize feedback, or create a post from submitted content.

Requirements

  • The Gravity Forms plugin is installed and active.
  • At least one form exists on your site.

Configuration

  1. Add a Trigger node and choose Gravity Forms from the Form submissions group.
  2. Select your form from the list. The node loads the form’s fields automatically.
  3. Review the captured fields shown under the selector. These are the values you can reference downstream.

Using submitted fields

Reference any captured field by its label:

[[Email] from trigger-1]
[[Message] from trigger-1]

To pass the whole submission as one blob, use:

[Input from trigger-1]

See Data Flow and Variable Handling for the complete tag syntax.

Local and Cloud

This trigger costs no credits and runs in both Local vs Cloud execution modes. The form submission is captured on your WordPress site in every mode.

Was this helpful? Contact us