Hooks
Actions
Learn about the different action hooks available within Gravity Forms. Action hooks allow you to perform additional actions when an event takes place.
Filters
Discover the different filter hooks available within Gravity Forms. You can use filters to modify data to better match your particular needs.
JavaScript
Find explanations of the various JavaScript hooks used by Gravity Forms and its add-ons.
Deprecated
Here you will find a listing of the action hooks in Gravity Forms which have been deprecated.
Articles
gform_stripe_checkout_payment_methods
This Stripe Add-On filter allows manual setting of the payment methods used by Stripe Checkout.
gform_stripe_checkout_supported_cards
This filter was removed in Stripe version 3.0.This filter was removed in Stripe version 3.0.
gform_stripe_connect_enabled
Allows the disabling of Stripe Connect in order to use the legacy connection settings.
gform_stripe_customer_after_create
This hook can be used to perform custom actions between the customer being created and subscribed to the plan.
gform_stripe_customer_id
This filter can be used to specify an existing customer ID to be used when processing the submission.
gform_stripe_discounted_line_items_name
Filter line item name when there are coupon discounts applied to the payment.
gform_stripe_elements_classes
This filter allows classes to be used with Stripe Elements to control the look of the Credit Card field.
gform_stripe_elements_style
This filter allows styles to be used with Stripe Elements to control the look of the Credit Card field.
gform_stripe_enable_rate_limits
Enables the ability to disable or specifically enable error rate limiting when a Stripe feed is processed. Error rate limiting is enabled by default, blocking for an hour any IP reaching 5 errors.
gform_stripe_entry_not_found_status_code
This filter allows the status code for the entry not found WP_Error to be overridden.