WPForms
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
- No API key — AFI writes directly to WPForms on the same WordPress install.
- Confirm WPForms is installed and activated.
How to create the integration
- In WordPress admin, go to AFI > New Integration.
- Pick your Sender (Contact Form 7, WPForms, WooCommerce, etc.) and the form / event to listen on.
- Pick WPForms as the Receiver, then pick the Task you want to run.
- Map sender fields onto WPForms’s fields. Form ID + every required field must be mapped.
- Optional: add Conditional Logic so the action only fires on matching submissions.
- 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.