ActiveCampaign Feed Meta
Introduction The Feed Object meta for the ActiveCampaign add-on is an associative array containing the properties which determine how the add-on should process the form submission. $feed['meta'] =...
View Articlegform_activecampaign_contact_pre_sync
Description The gform_activecampaign_contact_pre_sync filter can be used to override the contact properties before the contact_sync request is sent to the API. Usage The filter which would run for all...
View Articlegform_activecampaign_enable_tag_mapping
Description This filter is used to enable the display of the tags field in the Map Fields section of the ActiveCampaign feed. This hook was removed in ActiveCampaign 1.2 when the tags mapping setting...
View Articlegform_activecampaign_field_value
gform_{$SHORT_SLUG}_field_value The post gform_activecampaign_field_value appeared first on Gravity Forms Documentation.
View Articlegform_activecampaign_note
Description Filter the note that will be created and associated with the given contact. Supports filtering which contact and/or list the note should be associated with. Usage The following would apply...
View Articlegform_activecampaign_override_empty_fields
Description The filter gform_activecampaign_override_empty_fields can be used to prevent empty form fields from erasing values already stored in Active Campaign when updating an existing subscriber....
View Articlegform_activecampaign_supported_field_types_email_map
Description This filter can be used to allow different field types to be mapped to ActiveCampaign’s email field. Usage Applies to all forms: add_filter(...
View Articlegform_activecampaign_tags
Description This filter can be used to modify the tags which will be added to the contact. Usage Applies to all forms: add_filter( 'gform_activecampaign_tags', 'your_function_name', 10, 4 ); Applies...
View Article