Online pledge thermometer...that's not about raising funds
February 7, 2014 9:32 AM Subscribe
My organization is looking for some kind of an online pledge drive thermometer or progress bar widget that can accept and track pledges that are not monetary (i.e. "I will do X at least Y number of times.") Does this exist?
There are plenty of tools like this out there that take monetary donations, but we just want something simple that can track non-material pledges (or that won't take a lot of reconfiguring to do so). These are pledges to do little awareness-raising visits at a few different locations. The idea is to track the number of pledges made in total by the folks in our organization.
I can't seem to find anything built for this purpose instead of tracking cash. Has anyone ever come across something that can do this easily?
There are plenty of tools like this out there that take monetary donations, but we just want something simple that can track non-material pledges (or that won't take a lot of reconfiguring to do so). These are pledges to do little awareness-raising visits at a few different locations. The idea is to track the number of pledges made in total by the folks in our organization.
I can't seem to find anything built for this purpose instead of tracking cash. Has anyone ever come across something that can do this easily?
Response by poster: I'll be looking into that if I can't find something that's a better fit; it just seems like overkill to pay for something that has secure payment processing and other bells and whistles in the data intake portion when we need something much more simple.
posted by gone2croatan at 10:33 AM on February 7, 2014
posted by gone2croatan at 10:33 AM on February 7, 2014
Do you already have something to track pledges, or is that part of the requirements for this thing? What specific pieces of functionality do you need that you don't already have?
posted by Aleyn at 1:47 PM on February 7, 2014
posted by Aleyn at 1:47 PM on February 7, 2014
Best answer: Paying for something seems unnecessary. Something like this JSFiddle can be easily adapted to fit the bill. Just remove the currency format function and add an "I Pledge" button that updates a file or database, then read the values from that file or database.
posted by ob1quixote at 2:57 PM on February 7, 2014
posted by ob1quixote at 2:57 PM on February 7, 2014
Response by poster: We don't have a current data intake system set up, though we could certainly make something. The JSFiddle that ob1quixote posted looks like it might do the trick--I'll talk to someone on our team more adept in Javascript than I am and see what they think.
posted by gone2croatan at 6:11 AM on February 10, 2014
posted by gone2croatan at 6:11 AM on February 10, 2014
This thread is closed to new comments.
posted by tylerkaraszewski at 9:35 AM on February 7, 2014