i4w_show_xcontact
Usage
This shortcode enables loading data from a Keap contact record other than the current, logged in user.
[ELSE_show_xcontact] conditional branching is NOT supported.
Shortcode nesting is NOT supported.
Parameters
| Parameter | Description | Default | Required |
|---|---|---|---|
| cid | Contact record ID from which to fetch the specified field data. | None | Yes |
| field | The field name whose data is to be fetched for the given contact ID. | None | Yes |
| from_cache | Determines whether the contact record data is fetched from the local cache or "fresh" from Keap. | None | No |
Example
Shortcode
[i4w_show_xcontact cid='1234' field='Email']
Shortcode
[i4w_show_xcontact cid='1234' field='Email' from_cache='1']