Using Gravity Forms ‘gform_rest_api_capability_post_entries_notifications’ PHP filter
The gform_rest_api_capability_post_entries_notifications PHP filter in Gravity Forms allows developers to customize notification permissions for REST API requests.
The gform_rest_api_capability_post_entries_notifications PHP filter in Gravity Forms allows developers to customize notification permissions for REST API requests.
The `gform_{$SHORT_SLUG}_field_value` PHP action allows developers to modify values of fields generated by Gravity Forms Add-ons before they are sent to third-party services
The 'gform_pre_notification_deactivated' PHP filter in Gravity Forms allows developers to customize the behavior of notifications when they are turned off. This filter can be used to add custom code that…
The 'gform_pre_notification_activated' PHP filter in Gravity Forms allows for customizing notification settings before they are sent. This can be useful for adding additional recipients or modifying the email subject and…
The 'gform_pre_note_deleted' PHP filter in Gravity Forms allows developers to modify or prevent the deletion of notes on form entries.
Discover the power of the "gform_updates" action in Gravity Forms! Customize messages, log notices, send emails, and more. Find out how in this guide.
Learn how to use the dynamic `gform_update_status` filter in Gravity Forms to modify form behavior based on entry status with our comprehensive guide complete with examples and code snippets.
This article explains how to use the `gform_update_PROPERTY_NAME` action hook in Gravity Forms to perform custom logic when updating entry properties
The `gform_uninstalling` action hook in Gravity Forms allows developers to execute clean-up tasks during the uninstall process