The `gform_merge_tag_list_exclude` PHP action in Gravity Forms allows developers to exclude specific field types from the merge tag drop-down lists in the admin forms
Learn how to control user resubscription using the Gravity Forms 'gform_mailchimp_allow_resubscription' PHP filter. Customize resubscription settings based on email domains, custom fields, and more.
Learn how to customize Gravity Forms logging using the gform_logging_message filter in WordPress. Add filters to log messages to system’s error logs, customize log message format, filter out all logging…
Learn how to use the gform_is_valid_notification_to filter in Gravity Forms to change the email validation for the TO address on notification pages and allow merge tags or shortcodes to be…
Learn how to use the gform_advancedpostcreation_post_after_creation action hook in Gravity Forms to perform additional actions after a post has been created via the Advanced Post Creation Add-On. Discover examples such…
Learn how to use the Gravity Forms `gform_add_field_buttons` PHP filter to add, edit and remove "add field" buttons from the form editor's floating toolbox. Discover examples on using this powerful…
Learn how to use the gform_advancedpostcreation_pre_update_post action in Gravity Forms to perform custom actions before updating a post. Example usage includes modifying the post title, adding custom taxonomy terms, and…