Skip to main content

Action: gform_post_update_form_meta

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id

Example hook names:

  • gform_post_update_form_meta (base hook)
  • gform_post_update_form_meta_1 (with first modifier value)

Fires after form meta has been updated for any form

Parameters

NameTypeDescription
$form_metamixedThe Form Meta object from the database
$form_idintThe ID of the form data was updated
$meta_namestringThe name of the meta updated

Source

Defined in forms_model.php at line 2181