The 'gform_post_note_added' filter in Gravity Forms allows developers to modify post data before it is saved, providing a powerful tool for customizing form submissions.
The 'gform_post_fail_subscription_payment' PHP filter in Gravity Forms enables developers to execute custom code when subscription payment processing fails. This filter triggers when a subscription payment fails and allows for actions…
The `gform_post_add_entry` Gravity Forms action hook is fired after an entry has been added through the WordPress REST API and allows developers to perform additional actions such as logging entry…
Learn how to disable the "From Email" warning message in Gravity Forms notifications using the gform_notification_disable_from_warning filter. More info here.
Discover how to enable or disable error rate limiting using the Gravity Forms ‘gform_stripe_enable_rate_limits’ PHP filter. Perfect for developers working with the Stripe add-on in Gravity Forms. Don't miss out…
Learn how to use the `gform_stripe_fulfillment` PHP action in Gravity Forms to perform custom actions after a Stripe checkout session is completed. This article provides examples and code snippets for…
The article provides an overview of using the `gform_pre_replace_merge_tags` filter in Gravity Forms to replace default merge tags before they are replaced by GFCommon::replace_variables()