Learn how to use the Gravity Forms `gform_email` PHP filter to modify the "Email" label when creating an email field. Add filters for specific forms, change labels based on form…
Learn how to modify the "No Duplicates" validation message in Gravity Forms using the gform_duplicate_message filter. Add a custom message or change the existing one with our step-by-step guide and…
Learn how to use the Gravity Forms `gform_post_payment_status` PHP filter to trigger custom actions after a payment status update via PayPal Standard Add-on. Get details on parameters, examples, and instructions…
Learn how to use the gform_pre_notification_save Gravity Forms PHP filter to modify the notification object before it is saved to the database. Save custom notification settings and set custom email…
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 gform_mailgun_email filter in Gravity Forms to modify email arguments passed to the Mailgun API and add custom functionality like disabling native send, adding custom headers,…
Learn how to use the `gform_mailgun_send_email_failed` PHP filter in Gravity Forms to handle email sending failures and recover from errors gracefully. Discover examples on how to log error messages, send…