Contributors: pixelarbeit Tags: contact form 7, cf7, cleverreach, contact form 7 addon, contact form 7 integration Tested up to: 6.0.1 Requires at least: 4.6 Requires PHP: 7.4 Stable tag: 2.4.9 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html
Connect your Contact Form 7 forms with your CleverReach account.
Add or update new recipients to CleverReach when your Contact Form 7 form is submitted.
- Quick setup with CleverReach
- Map Contact Form 7 fields to CleverReach fields with ease
- Invidual settings per form (e.g. group, form, mapping, ...)
- Choose between Single Opt-In and Double Opt-In
- Mark a field as "required" for CleverReach submission
- PHP >= 7.4
- PHP cURL Extension
- Contact Form 7 Plugin >= 4.5
- CleverReach Account
If you find a bug please open an issue on GitHub. For additional feature request or paid support contact me via email
- Go to Settings > CF7 to CleverReach
- Click "Get CleverReach API token". You will be redirected to CleverReach.
- Authenticate against CleverReach and give access to the plugin. You will be redirected back to Wordpress and should see the generated API token.
- Configure your forms via Contact -> "Your form" > CleverReach tab
- Upload the plugin files to the
/wp-content/plugins/cf7-cleverreach-integration
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
- Get CleverReach API Token via settings page
- Configure form
- Fix: Fallback if
$_SERVER
vars are missing insideApi::sendActivationEmail()
- Fix: Missing vendor folder
- Security: Update dependencies
- Fix: Respect WP_PROXY_HOST and WP_PROXY_PORT
- Fix: Add link to log file in error message.
- Fix: Don't show CF7 panel when token is not set.
- Fix: Make strings translatable.
- Fix: Solved issue inside CF7 configuration panel introduced with 2.4.3.
- Fix: Do not show refresh token warning on first install or when API token is empty
- Fix: Send Double-Opt-In Mail for existing users if they are not activated yet.
- Fix: Added note on token expiry
- Feat: Automatic token renewal
- Feat: Improved Notifications/Logging
- Feat: Add not regarding access tokens on settings page
- Fix: Downgrade monolog for compatibility with PHP 5.5
- Fix: Patch autoloader files to prevent collision
- Fix: A function still relied on the old http client
- Refactor: Use guzzle as http client
- Refactor: Use monolog as logger
- Refactor: Use php-Scoper
- Merge global and local attributes in one select
- Fix: Disable checks when integration is not active
- Fix: Enable SSL verification in JsonClient
- Fix: Improve logs and notifications
- Update name to comply with Contact Form 7 trademark policy
- Move settings to Contact Form 7 submenu
- Fix bug with static var access
- Fix bug for new api token generation
- No need for custom app anymore
- Select fields, form, group from list instead of giving an id.
- Added source, double opt-in and tags option
- Fix for checkboxes and radio buttons as input
- Transfer api token from old option field to new one
- Added cleverreach api token generation on settings page
- Fixed case-sensitivity of attributes
- First version