i4w_update
Usage
This shortcode enables you to specify a Keap field name and a value to be stored in it.
[ELSE_update] conditional branching is NOT supported.
Shortcode nesting is NOT supported.
Parameters
| Parameter | Description | Default | Required |
|---|---|---|---|
| cid | The contact ID whose record you want to update. | Current logged in user | No |
| field | The name of the field to update. | none | Yes |
| value | The value to store in the specified field. | none | Yes |
Example
Update field for current user:
Shortcode
[i4w_update field='FirstName' value='Johnny']
Update field for specific contact:
Shortcode
[i4w_update cid='321' field='FirstName' value='Johnny']