Action: gform_post_update_entry_property
Fired after an entry property is updated.
Parameters
| Name | Type | Description |
|---|---|---|
| $lead_id | int | The Entry ID. |
| $property_name | string | The property that was updated. |
| $property_value | string | The new value of the property that was updated. |
| $previous_value | string | The previous property value before the update. |
Since
Source
Defined in forms_model.php at line 1727