Form Actions
Articles
gform_after_delete_form
Use this action hook to perform actions right after a form is deleted.
gform_after_save_form
Use this action hook to perform actions right after a form is created or updated.
gform_before_delete_form
Use this action hook to perform actions right before a form is deleted.
gform_post_form_activated
This action is triggered after an inactive form is marked as active, allowing further actions to be performed.
gform_post_form_deactivated
This action is triggered after an active form is marked as inactive, allowing further actions to be performed.
gform_post_form_duplicated
This hook replaces the deprecated “gform_after_duplicate_form” hook.
gform_post_form_restored
This action is triggered after a form is restored from the trash, allowing further actions to be performed.
gform_post_form_trashed
This action is triggered after a form is moved to the trash, allowing further actions to be performed.
gform_post_form_views_deleted
This action is triggered when a form view count has been reset to zero, allowing further actions to be performed.
gform_post_update_form_meta
Fires after form meta has been updated for any form.