// TRIGGER NODES

Ninja Forms Trigger

1 min read Updated July 23, 2026

The Ninja Forms trigger runs a workflow whenever a chosen Ninja Forms form is submitted. Each field is exposed as a named value for downstream nodes.

When to use it

Use it to act on Ninja Forms submissions: generate a reply, extract key details, or create content from what a visitor sends.

Requirements

  • The Ninja Forms plugin is installed and active.
  • At least one form exists.

Configuration

  1. Add a Trigger node and choose Ninja Forms from the Form submissions group.
  2. Select your form. The node loads its fields.
  3. Confirm the captured fields listed below the selector.

Using submitted fields

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

Use [Input from trigger-1] for the whole submission. See Data Flow and Variable Handling.

Local and Cloud

No credits. Works in both Local vs Cloud execution modes.

Was this helpful? Contact us