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_charge_pre_create
This filter allows the charge properties to be overridden before the charge is created by the Stripe API.
gform_stripe_checkout_options
This filter was removed in Stripe version 3.0. The functionality can be covered by the gform_stripe_session_data filter.
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.