S15 Fundraising Campaign Status Indicator
Use the S15 Tag to render a specific fundraising campaign's status indicator components. Those components include:
- Progress Thermometer
- Campaign Title
- Campaign Goal
- Current Amount Raised
- Percentage of Goal Raised
You can also extract the distinct value from each of the above components separately.
How To Enter Using the Content Editor Toolbar
This S-Tag cannot be added using the Content Editor toolbar. Add the S-Tag code to the HTML using the Plain Text View.
Application
Donations
Luminate CMS Compatible?
Yes, this tag can be added using the Content Editor.
Format
- Standard
[[S15:campaign_ID]]
- XML
<convio:session name="15" param="campaign_ID" />
Parameters
Campaign ID |
Value |
S15:1001 |
[Thermometer] |
S15:1001:thermometer |
[Thermometer] |
S15:1001:title |
(for example, Bugs) |
S15:1001:goal |
(for example, 5000000) |
S15:1001:amountRaised |
(for example, 436600) |
S15:1001:percentRaised |
(for example, 8) |
S15:1001:goal_formatted |
(for example, $50,000.00) |
S15:1001:amountRaised_formatted (for example, $4,366.00) |
|
S15:1001:percentRaised_formatted |
(for example, 8%) |
Sample Code
- Standard
[[S15:2344]]
- XML
<convio:session name="15" param="2344" />