Make Thermometers/Status Indicators in Teamraiser show the participant's goal rather than just "Percent of goal reached"

 

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. 

 

  • Sarah Woodard
  • Jan 22 2016
  • Reviewed: Voting Open
Area of the Product TeamRaiser
Org/Company Name Spectrum Youth & Family Services
  • Attach files
  • Erin Van Ness commented
    February 09, 2016 16:40

    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