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_square_card_style
This filter was removed from the Square Add-On and is no longer supported. From Gravity Forms Square Add-On version 1.7, the look of the Square field can be managed via the gform_square_card_details_style filter.
gform_square_data_sync_enabled
Allows data sync to be disabled for Square Add-On. Default is Enabled.
gform_square_payment_data
The gform_square_payment_data filter in version 1.0 of the Square add-on allows you to modify the payment data before it is sent to Square.
gform_square_show_custom_app_settings
Description.
gform_stripe_api_mode
This filter allows the API mode to be set to “live” or “test”.
gform_stripe_cancel_url
Filters Stripe session’s cancel URL, which is the URL that users will be sent to after canceling the payment on Stripe.
gform_stripe_charge_authorization_only
This filter allows authorization only transactions by preventing the capture request from being made after the entry has been saved.
gform_stripe_charge_description
This filter can be used to modify the charge description before it is sent to Stripe.
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.