The 'gform_pre_notification_deleted' PHP filter in Gravity Forms allows developers to modify or prevent the deletion of notifications prior to their deletion. This filter can be used to create custom notification…
The 'gform_pre_process_async_notifications' PHP filter in Gravity Forms allows users to modify email notifications before they are sent, improving workflow efficiency.
Learn how to use the `gform_userregistration_delete_signup` action in Gravity Forms to perform custom actions when pending activations are deleted. Explore examples such as logging deletions, sending email notifications, performing custom…
The 'gform_post_payment_refunded' filter in Gravity Forms provides developers with the ability to customize payment refunded event behavior. This filter triggers additional actions, such as email notifications or database updates, upon…
Learn how to use the Gravity Forms `gform_zohocrm_post_create_task` action to perform custom tasks after creating a task in Zoho CRM. Example usage includes sending emails, adding notes, updating fields, logging…
Discover how to utilize the gform_zohocrm_post_create_lead action in Gravity Forms for performing custom actions after creating a lead with Zoho CRM. Learn about its parameters, usage, examples, and more!
The 'gform_view' PHP filter is a powerful tool for customizing the look and feel of your Gravity Forms. By using this filter, you can easily modify the HTML output of…