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_transaction_pre_capture_setup_fee
This filter can be used to modify the transaction object for the subscription setup fee before it is sent to Authorize.net.
gform_authorizenet_validation_message
This filter can be used to modify the validation message added to the credit card field when Authorize.net returns an error during card authorization.
gform_autoresponder_email
This hook has been deprecated in v.1.7. Please use gform_notification instead.
gform_aweber_ad_tracking
This filter can be used to modify the ad_tracking parameter value before it is sent to AWeber.
gform_aweber_args_pre_subscribe
This filter can be used to modify the subscription parameters (arguments) before they are sent to AWeber.
gform_aweber_field_value
This filter can be used to modify a value before it is sent to AWeber.
gform_aweber_post_subscriber_created
The gform_aweber_post_subscriber_created hook can be used to perform custom actions after the subscriber has been successfully added to the AWeber list.
gform_before_delete_field
Use this action hook to perform actions right before a field is deleted from a form.
gform_before_delete_form
Use this action hook to perform actions right before a form is deleted.
gform_before_email
The “gform_before_email” filter has been deprecated and is replaced by “gform_pre_send_email”.