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_form_actions
Add custom form actions which display below the form title in the Form List view
gform_form_after_open
This filter allows markup to be added directly after the opening form wrapper.
gform_form_args
The gform_form_args filter provides the ability to modify the options used to display the form.
gform_form_delete_link
This action hook has been deprecated. Use the gform_post_payment_action hook instead.
gform_form_editor_can_field_be_added
This filter fires on the Form Editor page when a field button is clicked or dragged on to the form, it can be used to prevent a field being added to the form if the conditions you define are not met.
gform_form_export_filename
Allows the form export filename to be changed.
gform_form_list_column_COLUMN_NAME
This filter enabled you to display custom column content on the Form List page after creating a custom column with the gform_form_list_columns filter.
gform_form_list_columns
Allows the column headers displayed on the Form List page to be modified.
gform_form_list_count
This filter allows the form list count array to be modified. This is useful when filtering the form count list.
gform_form_list_forms
This filter allows the forms displayed on the form listing page to be filtered.