[Learn how to use Gravity Forms 'gform_entry_list_action_helpscout' PHP action] Add Help Scout notes, send emails to support, log actions to a custom log file and update entry status with this…
Learn how to use the gform_entry_detail_title filter in Gravity Forms to display unique titles on your entry details pages. Modify the title using functions like adding form title, displaying custom…
The `gform_disable_registration` PHP filter in Gravity Forms allows developers to prevent user registration through their add-ons by disabling the registration process based on various conditions such as form values, user…
The `gform_custom_merge_tags` filter in Gravity Forms allows developers to add custom merge tags where they are needed by passing in an array of merge tags using the `$merge_tags` parameter. This…
Learn how to use the Gravity Forms 'gform_cleanup_target_dir' PHP filter to enable support for the multi-file upload field and control the cleanup of temporary files in the forms tmp directory.
Learn how to use the Gravity Forms `gform_payment_status` PHP filter to modify the payment status displayed for entries in the Payment Details section. Add filters with ease and make changes…
Using Gravity Forms `gform_polls_cron` PHP action allows you to perform additional tasks after the poll results gathering cron job is finished. Learn how to use this action and its examples…
Learn how to use the Gravity Forms `gform_payment_date` PHP filter to modify the payment date displayed for entries in the Payment Details section. Customize the payment date by changing its…