i4w_is_contact

Usage:

This shortcode returns the embedded content if the current visitor is logged in and has the Infusionsoft ‘Contact ID’ specified in the parameter list.

[ELSE_is_contact] conditional branching is supported.

Shortcode nesting is NOT supported.

Parameters:

id The Id of the contact record to check again.
Required: Yes.
value The value against which to compare the session variable.
Default: none.
Required: yes.

Example:

[i4w_is_contact id='1234']
  Display this if the user is logged in AND has contactId 1234
[ELSE_is_contact]
  Display this if the user is NOT logged in OR doesn't have contactId 1234
[/i4w_is_contact]

API:

There is no API function equivalent for this shortcode.