• ❌ Close
    🎁
    Limited-Time One-Time Membership Bonus
    Offer ends: August 31, 2026 extra months free.
    Buy an eligible one-time membership and get up to 3 extra months free.
    View Offer →

Gravity Forms Active Campaign Addon 2.2.0

Download Gravity Forms Active Campaign Addon 2.2.0 from nulled fire. The Gravity Forms ActiveCampaign Add-On allows you to integrate any Gravity Form with ActiveCampaign
Downloads 34
File Size 54.1 KB / .zip
Version 2.2.0 Report Update
Last Update

Gravity Forms Active Campaign Addon 2.2.0

2.2.0

Gravity Forms Active Campaign Addon 2.0.1

- Added support for async (background) feed processing to improve form submission performance.

Gravity Forms Active Campaign Addon 2.0

- Updated links to documentation.
- Fixed an issue where the add-on log uses the "Invalid API URL" message for request failures of any kind.
- API: Updated the API auth test so the existing gform_activecampaign_request_timeout filter can be used to increase the request timeout period.

Gravity Forms Active Campaign Addon 1.9.1

- Updated the API auth test so the existing gform_activecampaign_request_timeout filter can be used to increase the request timeout period.
- Fixed an issue where the add-on log uses the "Invalid API URL" message for request failures of any kind.

Gravity Forms Active Campaign Addon 1.9

- Fixed an issue that causes the plugin settings to always show the API URL and Key as invalid even when they are correct.

Gravity Forms Active Campaign Addon 1.8

- Added support for Gravity Forms 2.5.

Gravity Forms Active Campaign Addon 1.6.1

- Fix PHP notices thrown on the feed list and edit page in PHP 7.4

Gravity Forms Active Campaign Addon 1.6

- Added support for adding notes to contacts.
- Updated feed settings with improvements to user experience.
- Fixed issue where field values hidden by conditional logic were overriding visible values when mapped to the same Active Campaign field.

Gravity Forms Active Campaign Addon 1.5

- Added filter to prevent mapped, blank fields from overriding existing data.
Example:
add_filter( 'gform_activecampaign_override_empty_fields', '__return_true' );

- Added filter do allow different field types to be mapped to Active Campaign's email field.
Example:
add_filter( 'gform_activecampaign_supported_field_types_email_map', function( $field_types ) {
return array( 'email', 'hidden', 'text' );
});

- Added filter to change the timeout value when sending requests to Active Campaign and updated default value to 20 seconds.
Example:
add_filter( 'gform_activecampaign_request_timeout', function(){ return 30; //Changes timeout to 30 seconds } );

- Added security enhancements.
- Added GPL to plugin header.
- Updated feed setting styles.
- Updated Plugin URI and Author URI to use https.
- Updated feed list to prevent feed creation when valid API URL is not provided.
- Fixed issue where non-mapped fields would override existing data with blank values.
- Fixed strings for translations.
- Fixed PHP notice when editing a feed when no ActiveCampaign forms are available.

Gravity Forms Active Campaign Addon 1.4.5

- Added security enhancements.
Back