Hi
On one of your answer to a question displaying supporter count using folloiwng {{ settings.supporters_count }} variable. Likewise, can we display count of people with a tag_id = 10 or tag_id = 12 . Please let me know. I know you said we cannot customise the meter count. If atleast we can get the count of people from a tag, that would be great. Until you find a solution for my earlier requests.
Thanks
Sudhindra
Official response from NationBuilder Support
Sudhindra, we answered a question on a different post about the petition meter count. Posting here again:
You can try editing the liquid variable directly
{{ page.petition.signatures_count | number_with_commas }}
using the 'plus' filter.
{{ page.petition.signatures_count | number_with_commas | plus: 150000 }}
Share this post
Showing 2 reactions
Sign in with