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_enable_password_field
Use this filter to enable the password field. Useful when developing add-ons that require a password field.
gform_enable_shortcode_notification_message
Allows the disabling of the notification message defined in the shortcode.
gform_encrypt_password
Allows basic encryption of the password field.
gform_enqueue_scripts
This filter is executed during the process of enqueuing scripts for each form in the current page.
gform_entries_action_links
This filter allows users to edit the list of action links displayed in the first column on the entries page.
gform_entries_column
Use this action to inject markup to any non-first column of every entry in the entry list grid.
gform_entries_column_filter
Use this filter to inject markup and replace the value of any non-first column in the entry list grid.
gform_entries_field_header_pre_export
The gform_entries_field_header_pre_export filter can be used to override the field header in the entries export.
gform_entries_field_value
Use this filter to change the field’s value before getting displayed on the Entry list page.
gform_entries_first_column
Use this action hook to add content to the entry list’s first column.