WPForms

Estimated reading: 1 minute

Overview

AFI creates entries in WPForms from external sources, mirroring submissions back into the WPForms entries store. Useful for migrations, cross-form syncs, and centralising entry storage.

Supported actions

  • Create Entry — adds a new entry to a specific WPForms form.

Authentication

  1. No API key — AFI writes directly to WPForms on the same WordPress install.
  2. Confirm WPForms is installed and activated.

How to create the integration

  1. In WordPress admin, go to AFI > New Integration.
  2. Pick your Sender (Contact Form 7, WPForms, WooCommerce, etc.) and the form / event to listen on.
  3. Pick WPForms as the Receiver, then pick the Task you want to run.
  4. Map sender fields onto WPForms’s fields. Form ID + every required field must be mapped.
  5. Optional: add Conditional Logic so the action only fires on matching submissions.
  6. Save and run a test submission. Check AFI > Log if anything looks off.

Notes & caveats

  • Entry storage: WPForms entry storage requires the Pro version; the Lite version doesn’t store entries locally.
  • Notifications: WPForms emails fire on AFI-created entries unless suppressed.
  • Conditional fields: hidden values are passed through as-is — they’re not auto-cleared based on conditional logic at create time.

Related