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_authorizenet_post_create_subscription
The gform_authorizenet_post_create_subscription action hook has been deprecated. Use the gform_post_subscription_started hook instead.
gform_authorizenet_post_expire_subscription
The gform_authorizenet_post_expire_subscription action hook has been deprecated. Use the [gform_post_payment_action]() hook instead.
gform_authorizenet_post_recurring_payment
The gform_authorizenet_post_recurring_payment action hook has been deprecated. Use the [gform_post_payment_transaction]() hook instead.
gform_authorizenet_post_suspend_subscription
The gform_authorizenet_post_suspend_subscription action hook has been deprecated. Use the [gform_post_payment_action]() hook instead.
gform_authorizenet_subscription_canceled
The gform_authorizenet_subscription_canceled action hook has been deprecated. Use the [gform_post_payment_action]() hook instead.
gform_authorizenet_subscription_ended
The gform_authorizenet_subscription_ended action hook has been deprecated. Use the [gform_post_payment_action]() hook instead.
gform_authorizenet_subscription_pre_create
This filter can be used to modify the subscription object before it is sent to Authorize.net.
gform_authorizenet_subscription_suspended
The gform_authorizenet_subscription_suspended action hook has been deprecated. Use the [gform_post_payment_action]() hook instead.
gform_authorizenet_transaction_pre_authorize
Allows the transaction to be modified before authorization occurs.
gform_authorizenet_transaction_pre_capture
This filter can be used to modify the transaction object before it is sent to Authorize.net.