// TRIGGER NODES

WPForms Trigger

1 min read Updated July 23, 2026

The WPForms trigger runs a workflow whenever a chosen WPForms form is submitted. Every field on the form is exposed as a named value for your downstream nodes.

When to use it

Use it to act on WPForms submissions: auto-reply to enquiries, tag and route leads, or turn a submission into a draft post.

Requirements

  • The WPForms plugin (Lite or paid) is installed and active.
  • At least one form exists.

Configuration

  1. Add a Trigger node and choose WPForms 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

[[Name] from trigger-1]
[[Email] 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