Displaying the team fundraising goal on the public team pages

Options
We’re currently trying to get the Fundraising Goal for the teams to show on the team pages like we do on the individual participant pages.
 
Example Participant Page - https://secure.cbf.org/site/TR/WalktheWatershed/General?px=2348409&pg=personal&fr_id=1110
Code: [[E48:[[S334:fr_id]]-[[S334:px]]:goal]]

 
 
Unfortunately, doing something similar for the Team pages is not working.
Example Team Page - https://secure.cbf.org/site/TR/WalktheWatershed/General?team_id=1045&pg=team&fr_id=1110
Code:
Team Fundraising Goal: [[E43:[[S334:fr_id]]-[[S334:team_id]]:goal-dollars]]  (not working)
Team Name: [[E43:[[S334:fr_id]]-[[S334:team_id]]:team-name]]  (not working)
Team ID: [[S334:team_id]]  (working)
TR ID: [[S334:fr_id]]  (working)

 
I even tried hard coding the fr_id and the team_id but no luck.
HC Team Name: [[S43:1110-1045:name]]
 
 
I have a case open with Support but have been unsuccessful in getting it resolved. I can see on other organizations’ sites where they are able to show the fundraising goal for the teams so I’m figuring there must be a way to do it on ours as well.
 
https://www2.heart.org/site/TR/HeartWalk/FDA-FoundersAffiliate?team_id=570015&pg=team&fr_id=5349

 
 
Hopefully, it’s just something I’m doing wrong in the structuring of the S/E-tags.


Any information would be appreciated. Thanks!


 
Tagged:

Comments

  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic
    Are you 100% sure the team has a goal? 
  • The syntax of S43 is slightly different. The team name would be [[E43:[[S334:fr_id]]:name:[[S334:team_id]]]]. The team goal would be [[E43:[[S334:fr_id]]:goal-dollars:[[S334:team_id]]]].
  • Noah Cooper:

    The syntax of S43 is slightly different. The team name would be [[E43:[[S334:fr_id]]:name:[[S334:team_id]]]]. The team goal would be [[E43:[[S334:fr_id]]:goal-dollars:[[S334:team_id]]]].

    Perfect, thank you!!

Categories