Entry Changes
Articles
gform_post_update_entry_property
Runs after an entry property is updated.
gform_pre_note_deleted
This action is triggered before a note is deleted, allowing further actions to be performed.
gform_post_note_added
This action is triggered after a note is added to an entry, allowing further actions to be performed.
gform_delete_entries
This action is triggered when entries are deleted, allowing further actions to be performed.
gform_post_add_entry
This hook fires after an entry has been added via GFAPI::add_entry.
gform_post_update_entry
This hook fires after the entry has been updated via GFAPI::update_entry.
gform_entry_created
This hook fires after the lead has been created but before the post has been created, notifications have been sent, and the confirmation has been processed.