Skip to main content

Action: gform_post_update_entry

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id

Example hook names:

  • gform_post_update_entry (base hook)
  • gform_post_update_entry_1 (with first modifier value)

Fires after the Entry is updated.

Parameters

NameTypeDescription
$leadarrayThe entry object after being updated.
$original_entryarrayThe entry object before being updated.

Since

  • Unknown.: Unknown.

Source

  • Defined in includes/legacy/forms_model_legacy.php at line 2234
  • Defined in includes/api.php at line 1096