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_polls_percentage_precision
The gform_polls_percentage_precision hook in the Polls add-on allows the percentages on Polls results to be rounded to a custom number of decimal digits.
gform_polls_results_ajax_response
Allows the Ajax response to be overridden.
gform_post_add_entry
This hook fires after an entry has been added via GFAPI::add_entry.
gform_post_add_subscription_payment
Triggered after a payment is made to an existing subscription.
gform_post_calculation_events
This filter can be used to register custom methods for triggering calculations.
gform_post_category_args
Description.
gform_post_category_choices
Description.
gform_post_conditional_logic_field_action
Description.
gform_post_data
This filter is executed right before the post is created, allowing post data to be manipulated before the post is created.
gform_post_enqueue_scripts
The gform_post_enqueue_scripts action hook is executed at the end of the process of enqueuing scripts and styles for each form embedded in the current page by shortcode or block.