Donor Wall
List of donors
The do_donor_wall custom function grabs data from a Google spreadsheet (Donor Wall) and creates a list of donors grouped by amount breakpoints.
Cook book
- Edit the page
- Click a “+” sign where you want to insert
- Select “Code”
- Paste the following code block
- Adust parameters as needed
Code block for donor wall
<script>
$( document ).ready(function() {
do_donor_wall('#donorWall');
});
</script>
<div id="donorWall"></div>
Overrides:
None
Usage:
do_donor_wall(Selector)
Parameters:
Parameter | Description |
Selector | Required. jQuery selector identification where the resulting html code will be generated. |
Return Value:
None
Google Spreadsheet:
Detail | Description |
Owner | aahom220@gmail.com |
File Name | Donor Wall |
Folder | UIL_Web_Site_Docs |
Link | Google Calendar Spreadsheet |
ID | 1Euo2kWx3lMC60XIAE7oUgXjEjoXkktFU3cW3YpZKLKw |
Sheet Name | DonorWall |
Spreadsheet Fields
Column | Label | Description |
A | Min | Amount of a major breakpoint |
B | Total donors | Number of donors contributing to this donation amount |
C | Endowment | Yes=This is an endowment gift. |
D | Recent Year | Most recent year for a gift by this donor. This value is not currently being used. |
Example Screenshot