Quantcast
Channel: ActiveCampaign Filters Archives - Gravity Forms Documentation
Browsing latest articles
Browse All 8 View Live

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 Article


gform_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 Article

gform_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 Article

gform_activecampaign_field_value

gform_{$SHORT_SLUG}_field_value The post gform_activecampaign_field_value appeared first on Gravity Forms Documentation.

View Article

gform_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 Article


gform_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 Article

gform_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 Article

gform_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

Browsing latest articles
Browse All 8 View Live