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_datepicker_options_pre_init
This filter can be used to modify the options used to initialize a fields datepicker.
gform_default_address_type
This filter can be used to override the default address type for new fields.
gform_default_choice_alignment
Allows the default choice alignment to be set for fields that support choice alignment.
gform_default_notification
Use this filter to disable the default admin notification automatically generated for new forms.
gform_default_styles
The gform_default_styles filter can be used to filter the global form theme styles.
gform_delete_entries
This action is triggered when entries are deleted, allowing further actions to be performed.
gform_delete_entry
The “gform_delete_entry” action fires right before an entry is deleted and is used to perform actions when an entry is deleted.
gform_delete_lead
This hook has been deprecated and gform_delete_entry should be used instead.
gform_disable_address_map_link
This filter is used to disable the inclusion of the “Map It” link when displaying the Address field value.
gform_disable_admin_notification
This hook has been deprecated. Please use gform_disable_notification instead.