Gravity Forms Active Campaign Addon 2.0.1

No permission to download (18.5 KB)
Download Gravity Forms Active Campaign Addon 2.0.1 from nulled fire. The Gravity Forms ActiveCampaign Add-On allows you to integrate any Gravity Form with ActiveCampaign
- 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.
- 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.
- Added security enhancements.