Skip to main content

i4w_memberlist

Usage

This shortcode returns a table view of selected parts of your Keap contact database.

[ELSE_memberlist] conditional branching is NOT supported.

Shortcode nesting is NOT supported.

Parameters

ParameterDescriptionDefaultRequired
tagidOne or more tag IDs, comma separated, to select the segments of your list to be displayed.NoneYes
onlyidA comma separated list of Keap contact IDs of members allowed to see the generated list. If used, only those members will be able to see the list. If not used, anyone can see it.NoneNo
fieldsThe Keap fields to display. Please use the identical spelling as documented in the API.NoneYes
headersMay be 'y' or 'n', to define whether a table header is displayed or not.yNo

Example

Shortcode
[i4w_memberlist tagid='123,234,345' fields='FirstName,LastName,Phone1']

Notes

info

The list is sorted on the first field defined in the fields list.

In addition to all the available Keap contact fields, this shortcode provides two virtual fields: FullName and CityState, which are converted to 'FirstName LastName' and 'City, State', respectively.