Skip to main content

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

ParameterDescriptionDefaultRequired
cidThe contact ID whose record you want to update.Current logged in userNo
fieldThe name of the field to update.noneYes
valueThe value to store in the specified field.noneYes

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']