The article provides an overview of using the `gform_validation` action in Gravity Forms, including examples and code snippets for implementing custom validation logic
Learn how to use the gform_userregistration_feed_settings_fields filter in Gravity Forms to modify the setting fields that appear on the User Registration Feed page. Example included.
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…
Learn how to use the Gravity Forms 'gform_webhooks_request_headers' PHP filter to modify the webhook HTTP request headers. Discover examples on how to set the From header, generate a bearer token,…
The `gform_post_payment_completed` PHP filter in Gravity Forms is triggered when a payment has been completed through the form, allowing developers to perform actions or manipulate data in response to this…
Learn how to use the Gravity Forms `gform_webhooks_request_data` PHP filter to modify the webhook HTTP request data. Discover examples and parameters for this powerful tool that can help you customize…
Learn how to use the `gform_webhooks_request_args` filter in Gravity Forms to modify webhook HTTP request arguments with this comprehensive guide. Discover examples on how to set the "From" header, WP…
Learn how to use the `gform_webhooks_post_request` action in Gravity Forms to perform additional actions after a Webhooks request has been executed. Discover examples including deleting entries, sending emails, and more…
Learn how to use the gform_webapi_key_user_capabilities filter in Gravity Forms to override the list of capabilities and include your own custom capability for creating new REST API Keys.