Hooks

Articles

gform_post_process

This action fires after the form processing is completed, allowing further actions to be performed.

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_resend_all_notifications

The gform_post_resend_all_notifications action hook allows developers to execute custom code after the resend notifications processing is finished for a specific form entry.

gform_post_resend_notification

The gform_post_resend_notification action allows developers to execute custom code after a notification is resent

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.