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_previous_button
Allows the markup for the previous button to be changed.
gform_price_change
JavaScript filter that triggers when any pricing field is modified.
gform_print_entry_content
Runs when entries are being displayed and allows a custom display to be used for the entry.
gform_print_entry_disable_auto_print
Disable auto-print when the Print Entry view has fully loaded.
gform_print_entry_footer
This action hook can be used to add a custom footer to the print entry screen.
gform_print_entry_header
This action hook can be used to add a custom header to the print entry screen.
gform_print_entry_notes
The gform_print_entry_notes filter allows printing of entry notes to be overridden as the entry markup is being prepared for the print view.
gform_print_scripts
The gform_print_scripts action hook is executed just after the scripts are printed to the page for the form widget or when a form embed is processed in a custom location using GFCommon::gform_do_shortcode().
gform_print_styles
Use this filter to add custom stylesheets to the print entry screen.
gform_process_template_shortcodes_pre_create_post
Description.