Hooks

Articles

gform_pre_log_message

The gform_pre_log_message action runs before a logging message is sent, whether or not logging is enabled.

gform_pre_note_deleted

This action is triggered before a note is deleted, allowing further actions to be performed.

gform_pre_notification_activated

This action is triggered before a notification is activated, allowing further actions to be performed.

gform_pre_notification_deactivated

This action is triggered before a notification is deactivated, allowing further actions to be performed.

gform_pre_notification_deleted

Triggered before a notification is deleted.

gform_pre_notification_save

The gform_notification_actions filter allows you to modify the list of actions that display below the notification name on the Notifications list view.

gform_pre_print_scripts

The gform_pre_print_scripts action hook is executed just before 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_pre_process

Allows filtering the Form Object before the form submission has begun processing.

gform_pre_process_async_notifications

The gform_pre_process_async_notifications action hook can be used to perform custom actions just before the background processor sends queued notifications.

gform_pre_render

The gform_pre_render filter is executed before the form is displayed and can be used to manipulate the Form Object prior to rendering the form.