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_print_entry_header filter in Gravity Forms allows developers to customize the entry header data displayed on the entry detail page. By filtering this data, developers can add or remove fields,…
The 'gform_post_form_activated' PHP filter in Gravity Forms allows developers to execute code when a form is activated or reactivated. This can be useful for tasks such as updating database records…
The gform_field_appearance_settings PHP filter in Gravity Forms allows for advanced customization of form field appearance. This powerful tool lets developers modify field properties such as font size, color, and padding,…
The `gform_rest_api_capability_delete_entries` PHP action in Gravity Forms allows developers to control the capability required to delete entries via the REST API v2 by modifying the `$capability` parameter. This can be…
Learn how to use the `gform_purge_expired_incomplete_submissions_query` PHP filter in Gravity Forms to modify or customize the default query used to purge expired incomplete submissions. Discover examples on how to change…