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_address_country
This filter is executed when creating the address country field and can be used to modify the “Country” label.
gform_address_display_format
This filter can be used to change the way addresses are formatted.
gform_address_state
This filter is executed when creating the address state field and can be used to modify the “State” label.
gform_address_street
This filter is executed when creating the address street field and can be used to modify the “Street” label.
gform_address_street2
This filter is executed when creating the address street 2 field and can be used to modify the “Street 2” label.
gform_address_types
This filter is executed when creating the address field (admin and front end). Use it to add support for a new address type.
gform_address_zip
This filter is executed when creating the address zip field and can be used to modify the “Zip” label.
gform_admin_error_messages
Modify error messages displayed by Gravity Forms in the WordPress admin.
gform_admin_messages
Modify update (and other non-error) messages displayed by Gravity Forms in the WordPress admin.
gform_admin_notification_attachments
This hook has been deprecated in v. 1.7. Please use gform_notification instead.