Action: gform_update_{$property_name}
Fired after an entry property is updated
Parameters
| Name | Type | Description |
|---|---|---|
| $property_name | string | Used within the action string. Defines the property that fires the action. |
| $lead_id | int | The Entry ID |
| $property_value | string | The new value of the property that was updated |
| $previous_value | string | The previous property value before the update |
Source
- Defined in
includes/legacy/forms_model_legacy.phpat line 295 - Defined in
forms_model.phpat line 1715