i4w_show_xcontact

Usage:

This shortcode enables loading data from an Infusionsoft contact record other than the current, logged in user.

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

Shortcode nesting is NOT supported.

Parameters:

cid Contact record ID from which to fetch the specified field data.
Required: Yes.
field The field name whose data is to be fetched for the given contact ID.
Required: Yes
from_cache Determines whether the contact record data is fetched from the local cache or “fresh” from Infusionsoft.

Example:

[i4w_show_xcontact cid='1234' field='Email']

[i4w_show_xcontact cid='1234' field='Email' from_cache='1']

API:

There is no API function equivalent for this shortcode.