Hooks

Articles

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.

gform_pre_replace_merge_tags

The gform_pre_replace_merge_tags filter allows developers to replace default merge tags before they are replaced by GFCommon::replace_variables().

gform_pre_send_email

Use this filter to modify the email before a notification has been sent. You may also use this to prevent an email from being sent.

gform_pre_submission

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

gform_pre_submission_filter

The gform_pre_submission_filter filter is executed after form validation, but before any notifications are sent and the entry is stored.