Hooks

Articles

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.

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.

gform_post_status_options

Description.