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_post_process_async_notifications
The gform_post_process_async_notifications action hook can be used to perform custom actions just after the background processor sends queued notifications.
gform_post_process_feed
The gform_post_process_feed hook can be used to perform a custom action when a feed has been processed.
gform_post_recaptcha_render
Description.
gform_post_render
Description.
gform_post_render_script
Prevent the post_render_script() function from being triggered.
gform_post_save_feed_settings
Perform a custom action when a feed is saved.
gform_post_select_initial_count
The gform_post_select_initial_count filter in Gravity Forms allows setting the default number of posts to retrieve when the Settings API renders a field of type post_select.
gform_post_select_post_types
The gform_post_select_post_types filter in Gravity Forms allows additional post types to be used when the Settings API renders a field of type post_select.
gform_post_send_entry_note
The “gform_post_send_entry_note” action is triggered after an entry note is emailed, allowing further actions to be performed.
gform_post_set_field_property
The gform_post_set_field_property JavaScript action hook enables custom actions to be performed when a field property is set in the form editor.