[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
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: