3.4.0
What’s New
Emailit Integration
- Send Email via Emailit — New action to send form notification emails through the Emailit API instead of
wp_mail() - Emailit Subscribe — Add contacts to Emailit audiences on form submission, with multi-audience support and custom field mapping
- Settings — Emailit API key configuration in global settings
Data Variable Fixes
- Fixed
[all:label]— was silently broken (never implemented). Now renders all submission fields with human-readable labels extracted from form HTML - Fixed
[all],[CF_FORM_ID],[CF_FORM_TITLE]— also previously non-functional - Rewrote
cf_replace_data_variables()with clean switch-based implementation
Auto-Fill Action Defaults
- All actions (Email, Autoresponder, MailerPress, Emailit, Emailit Subscribe) now auto-detect field names from form HTML markup when first created
- No more manually typing
[EMAIL],[FIRST_NAME], etc. — fields are pre-populated