Articles

gform_merge_tag_filter

Use this filter to dynamically change the merge tag output. Useful when filtering field types from being displayed in the {all_fields} merge tag, or implementing custom field types that require the merge tag output to be different from the value stored with the entry.

gform_menu_position

Modify the position the Gravity Forms menu should appear in the WordPress admin menu.

gform_mailchimp_keep_existing_groups

Use this filter to modify whether a user that is already subscribed to your list has their groups replaced when submitting the form a second time.

gform_mailchimp_field_value

Use this filter to modify a value before it is sent to the Mailchimp API.

gform_mailchimp_allow_resubscription

Use this filter to modify whether a user that currently has a status of unsubscribed on your list is resubscribed.

gform_load_form_settings

This filter fires when the Form Settings page is loaded.

gform_load_field_settings

Description.

gform_leads_before_export

The gform_leads_before_export filter allows entries to be changed before the entry export is executed.

gform_is_valid_notification_to

The gform_is_valid_notification_to filter allows you to change the email validation for the TO address on notification pages. This allows merge tags or shortcodes to be added to the TO field.

gform_is_ssl

Use this filter to determine whether or not the current page is running securely (https). Useful when using a proxy server that does not set the $_SERVER['HTTPS'] variable.