Skip to main content

Action: gform_after_update_entry

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form['id']

Example hook names:

  • gform_after_update_entry (base hook)
  • gform_after_update_entry_1 (with first modifier value)

Fires after the Entry is updated from the entry detail page.

Parameters

NameTypeDescription
$formarrayThe form object for the entry.
$leadint['id'] The entry ID.
$original_entryarrayThe entry object before being updated.

Source

Defined in entry_detail.php at line 356