The 'gform_web_api_capability_delete_entries' PHP filter in Gravity Forms allows developers to control permission levels for deleting entries via the API.
Learn how to use the `gform_webapi_get_users_settings_page` filter in Gravity Forms to modify the list of users available for selection in the "Impersonate account" setting. Customize the list of users based…
Learn how to use the gform_webapi_authentication_required_$endpoint PHP filter in Gravity Forms to control authentication requirements for specific Web API endpoints.
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…
The "gform_form_settings_page_VIEW" PHP filter in Gravity Forms allows developers to customize the form settings page. This filter can be used to add or remove tabs, sections, and fields, as well…
Learn how to disable the "From Email" warning message in Gravity Forms notifications using the gform_notification_disable_from_warning filter. More info here.
Add a custom link to your Gravity Forms Toolbar using the gform_toolbar_menu filter. Learn how to modify the links displayed in the toolbar and make them accessible only to certain…