Pledge variables
Variable | Description |
---|---|
signup | Person pledging |
amount_option_in_cents | The amount selected from the radio buttons |
amount_in_cents | Pledged donation amount in cents e.g. 1000 |
is_private? | Checks if the pledge is private e.g. {% if pledge.is.private? %} |
recruiter | Recruiter of pledge. Due to caching issues, this should only be used with these page types: (Donation, Survey, Nation Signup, Invoices, Unsubscribe, and Event). e.g. {{ pledge.recruiter }} |
amount_left_format | Remaining unfulfilled amount e.g. $16.43 |
tracking_code_slug | The tracking code slug |