Actions

Articles

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_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_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_submission

This action can be used to modify the posted values prior to creating the entry.

gform_preview_body_open

The “gform_preview_body_open” action is triggered when the body of the form preview page loads, allowing further actions to be done.

gform_preview_footer

This action is triggered when the footer of the form preview page loads, allowing further actions to be done.

gform_preview_header

The “gform_preview_header” action is triggered when the header of the form preview page loads, allowing further actions to be done.

gform_preview_init

The gform_preview_init action is triggered when the form preview page loads, allowing further actions to be done.