i4w_memberlist

Usage:

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

This shortcode does NOT supports conditional branching with [ELSE_memberlist].

Shortcode nesting is NOT supported.

Parameters:

tagid One or more tag Id’s, comma separated, to select the segments of your list to be displayed.
Default: none.
Required: yes, at least one.
onlyid A comma separated list of Infusionsoft contact ID’s of membes allowed to see the generated list. If used, only those members person will be able to see the list. If not used, anyone can see it.
Default: none.
Required: no.
fields The Infusionsoft fields to display. Please use the identical spelling as documented in the API.
Default: none.
Required: yes, at least one.
headers May be ‘y’ or ‘n’, to define whether a <table> header is displayed or not.
Default: ‘y’.
Required: no.

Example:

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

Notes:

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

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

API:

There is no API function equivalent for this shortcode.