Hi @malikt that is what a peer-to-peer campaign is like, and we have plans for an Addon like that. The snippet above is only about showing the raw total amount, and is a decent workaround for now.
Here’s how you use that snippet:
1) Paste the whole snippet into your theme’s functions.php file or use the free plugin My Custom Functions per our tutorial here: https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/
2) Now place this shortcode wherever you like on your site:
[givetotal total_goal="9,000" message_before="Hey! We've raised " message_between=" of the " message_after=" we are trying to raise for this campaign!" link="https://example.com" link_text="Help Us Reach Our Goal." multi_id="245, 246, 247"]
But the only attributes that are required from those above are the multi_id and the total_goal.
Thanks!