Skip to main content

i4w_is_contact

Usage

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

[ELSE_is_contact] conditional branching is supported.

Shortcode nesting is NOT supported.

Parameters

ParameterDescriptionDefaultRequired
idThe ID of the contact record to check against.NoneYes

Example

Shortcode
[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]