[memb_count_my_tags]

OTHER DOCS Available

Summary

This shortcode measures how many of the tags the current visitor has completed, and displays the result as a total, or as a percentage.

Shortcode Examples

Display different text to different users depending on their language settings:

[memb_count_my_tags tag_id=102,104,106,122,185,473,605,999,998]

Display Progress Bar

<progress max="100" value="[memb_count_my_tags format=% tag_id=102,104,106,122,185,473,605,607,999,998]"></progress>

 

Shortcode Parameters​

tag_id:  A comma separated list of tags to check the current users tags against.

capture:  Capture the output of the shortcode and route it to a variable for later use. (?)

format:  “%” to display the percentage, leave blank to display a total count.

txtfmt: A comma separated list of text processing functions to be used to post process the contact fields. (?)

 

Shortcode Attributes

Conditional: No (?)
Nestable: No (?)
Accepts formatting: Yes (?)
Capturable: Yes (?)

Additional Information

Progress bars can by easily styled to match your desired look and feel using CSS.

Here’s a great article to learn about styling <progress> bars:

https://css-tricks.com/html5-progress-element/

9 ways to add more value to your membership site

[memb_count_my_tags]

This Applies To