Helping a friend or nonprofit reach a goal is really the essence of what peer-to-peer fundraising is. Think of GoFundMe, or Kickstarter, or any kind of crowdfunding or peer-to-peer platform – the entire purpose is to help someone reach a goal.
However Teamraiser only shows the percent of goal reached and the amount raised so far, meaning someone visiting that page would have to do some math to figure out what the actual goal is - unless they have raised no money so far, in which case there is no way to figure out the goal at all.
Area of the Product | TeamRaiser |
Org/Company Name | Spectrum Youth & Family Services |
We noticed this was missing when the responsive versions of the personal/team pages were released. The field is actually present on the personal/team pages, it's just set to display: none for some reason. We were able to add some CSS to the page to get the goal to display:
div.thermometer-container div.total-goal-info {
display: block;
}
Given that the field is there, but set to not display, I would say this might actually be a bug.
I hope that's helpful in the meantime.
Erin