Hooks

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

This jQuery hook is fired every time the form is rendered to allow custom jQuery to be executed. This includes initial form load, going to the next/previous page on multi-page forms, form rendered with validation errors, confirmation message displayed, etc.

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.