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_author_dropdown_args
Description.
gform_authorizenet_after_recurring_payment
The gform_authorizenet_after_recurring_payment action hook has been deprecated. Use the [gform_post_payment_transaction]() hook instead.
gform_authorizenet_after_subscription_created
The gform_authorizenet_after_subscription_created action hook has been deprecated. Use the [gform_post_subscription_started]() hook instead.
gform_authorizenet_amount_pre_authorize
This filter can be used to modify the authorization amount before it is sent to Authorize.net.
gform_authorizenet_before_single_payment
The gform_authorizenet_before_single_payment hook has been deprecated. Use gform_authorizenet_transaction_pre_authorize instead.
gform_authorizenet_before_start_subscription
The gform_authorizenet_before_start_subscription hook has been deprecated. Use gform_authorizenet_subscription_pre_create instead.
gform_authorizenet_field_value
https://docs.gravityforms.com/gform_slug_field_value/.
gform_authorizenet_form_data
This hook has been deprecated. Please use gform_submission_data_pre_process_payment instead.
gform_authorizenet_post_cancel_subscription
The gform_authorizenet_post_cancel_subscription action hook has been deprecated. Use the [gform_post_payment_action]() hook instead.
gform_authorizenet_post_capture
Action hook used by Authorize.Net that fires after the payment has been captured.