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 use the gform_order_summary filter in Gravity Forms to modify the markup of the order summary appearing on the Entry Detail, {all_fields}, and {pricing_fields} merge tags. Find examples…
Learn how to use the 'gform_helpscout_conversation' PHP filter for Gravity Forms and Help Scout with this comprehensive guide. Discover examples on changing the conversation subject, attaching files, adding custom fields,…
Learn how to control the "WordPress has new notifications" message using the gform_has_admin_notices filter in Gravity Forms PHP. This article provides examples and code snippets for enabling or disabling the…
Learn how to use the `gform_import_form_xml_options` filter in Gravity Forms to modify the options used during XML import and make sure your custom fields are imported correctly. Discover examples and…
Learn how to use the powerful gform_input_masks filter in Gravity Forms to modify the list of built-in input masks displayed in the Text Field input mask setting. Discover how to…
Learn how to use the Gravity Forms `gform_incomplete_submissions_expiration_days` PHP filter to set the expiration of incomplete submissions in your WordPress site. Customize the default number of days until submissions are…
The gform_incomplete_submission_pre_save PHP filter in Gravity Forms allows developers to customize the behavior of incomplete form submissions. By using this filter, developers can customize the error messages, redirect URLs, and…