i4w_update

Usage:

This shortcode enables to specify an Infusionsoft field name and a value to be stored in it.

This shortcode does NOT supports conditional branching with [ELSE_update].

Shortcode nesting is NOT supported.

Parameters:

cid The contact ID whose record you want to update. Required: No. Default: current logged in user.
field The name of the field to update.
Default: none.
Required: yes.
value The value to store in the specified field.
Default: none.
Required: yes.

Example:

[i4w_update field='FirstName' value='Johnny']
 The value of the field 'FirstName' for the current, logged in user will be overwritten with the value 'Johnny'

[i4w_update cid='321' field='FirstName' value='Johnny']
The value of the field 'FirstName' for the contact whose ID is 321 will be overwritten with the value 'Johnny'

API:

There is no API function equivalent for this shortcode.