Learn how to use the gform_stripe_field_value PHP filter to modify values before they are sent to Stripe. Discover examples and parameters for this powerful Gravity Forms filter.
Learn how to enable or disable the ability to modify answer choice values in the Gravity Forms Quiz using the 'gform_quiz_show_choice_values' PHP filter. This article provides examples and code snippets…
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()
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…
The `gform_shortcode_builder_forms` PHP filter allows developers to modify the list of available forms displayed in the Gravity Forms Shortcode Builder
Learn how to use the dynamic `gform_shortcode_login` filter in Gravity Forms to customize and modify the user registration login form. Find examples and instructions for adding a custom message, changing…
Learn how to use the `gform_rest_api_capability_put_feeds` filter in Gravity Forms to control who can update feeds via the REST API v2 and under what circumstances. Discover examples and code snippets…