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
| Parameter | Description | Default | Required |
|---|---|---|---|
| tagid | One or more tag IDs, comma separated, to select the segments of your list to be displayed. | None | Yes |
| onlyid | A 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. | None | No |
| fields | The Keap fields to display. Please use the identical spelling as documented in the API. | None | Yes |
| headers | May be 'y' or 'n', to define whether a table header is displayed or not. | y | No |
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.