I had data coming from an offline effort, how to add them and add it to the signature meter through a CSV file. On the signature tab, it allows me to add individually, which is not easy for more than 1000 signatures to add it like that. I know I can tag it, but it will not be shown on the meter.
Please suggest something.
Regards
Sudhindra
Official response from NationBuilder Support
Sudhindra, 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 }}
Update: we just launched a new feature that let's you do this in the settings for the petition page so no liquid modification is needed.

Share this post
Showing 3 reactions
Sign in with