ActiveCampaign

[memb_groupaccount_has_children]

Summary
This shortcode checks if the parent has child users, and displays a message depending on that condition.

Description

This shortcode checks if the parent has child users, and displays a message depending on that condition.

Shortcode Examples

[memb_groupaccount_has_children]
Yes, you have child users
[/memb_groupaccount_has_children]

Show a different message depending on if the parent has added child users or not.

[memb_groupaccount_has_children]
Yes, you have child users
[else_memb_groupaccount_has_children]
No child users added
[/memb_groupaccount_has_children]

Shortcode Parameters

contact_idThe ActiveCampaign contact ID of the users for which you’d like to show the content to. Optional.
user_idThe user ID of the users to which you’d like to show the content to. Optional.
notYou can use the attribute not=”not”, to reverse the results of the test.
captureLets you capture the output of this shortcode and route it to the destination of your choice (?)
txtfmtLets you process the output of this shortcode through text processing functions (?)

Additional Information

This is a shortcode for Group account feature of Memberium for ActiveCampaign.