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_other_choice_value
Change the default “Other” placeholder text on Radio Button fields.
gform_page_loaded
Fires on multi-page forms with AJAX submission enabled when changing pages (i.e. going to the next or previous page).
gform_partialentries_post_EVENT
Perform a custom action when the partial entry has been saved or updated.
gform_partialentries_pre_update
The gform_partialentries_pre_update filter is used to modify an existing partial entry before the database is updated.
gform_partialentries_warning_message
This filter allows the warning message indicating the user’s information is being saved to be changed.
gform_password
Use this filter to change the Password Field sub-label.
gform_password_confirm
Use this filter to change the sub-label for the Confirm Password Field.
gform_payment_amount
Allows the payment amount displayed for the entry in the Payment Details section to be modified.
gform_payment_date
Allows the payment date displayed for the entry in the Payment Details section to be modified.
gform_payment_details
Triggered after the payment details are displayed within a Gravity Forms entry.