lightboxes in donation forms
Hello!
I wanted to check in with members of the community about something. I have been on multiple webinars recently about building sustaining giving and nearly every single one suggests adding an upsell light box. Sounds simple enough and obviously a great idea! However, when I inquired with support about how to do it, I was sent to professional services and told this would cost $3,000. Has anyone else encountered this?
My question is two-fold: Why do they promote features that are obviously super helpful...yet never mention a cost during webinars? And second, has anyone come up with a different way to do something like this?
For example, if a donor is making a one time gift of $20, we would like to suggest they make a $10 monthly gift.
Appreciate any insight!
I wanted to check in with members of the community about something. I have been on multiple webinars recently about building sustaining giving and nearly every single one suggests adding an upsell light box. Sounds simple enough and obviously a great idea! However, when I inquired with support about how to do it, I was sent to professional services and told this would cost $3,000. Has anyone else encountered this?
My question is two-fold: Why do they promote features that are obviously super helpful...yet never mention a cost during webinars? And second, has anyone come up with a different way to do something like this?
For example, if a donor is making a one time gift of $20, we would like to suggest they make a $10 monthly gift.
Appreciate any insight!
Tagged:
2
Comments
-
I built this for our donation form, but they are entirely API based forms. http://luriechildrens.org/donate
I don't see any reason that you couldn't do the same thing on a stock form, but it will take some Javascript and html/css knowledge. If you have someone that can do that, you are welcome to use as much of my stuff as you like.
Basically, there are 4 things you need to accomplish.- You would bind a javascript to the Submit button's click event. That script needs to stop the default action of the button (which is to submit the form.)
- Then your script should check if Recurring is selected. If so, do nothing further and submit the form. Is not, open a lightbox.
- The script needs to check the amount, and calculate a suggested monthly alternative. Show that ask in the lightbox along with one button for one-time and another for monthly.
- If one-time is clicked do nothing and submit the form. If monthly is selected, set the appropriate sustainer fields and then submit the form.
We see gifts live for about 14 months on average, but we don't use credit card updater - which would improve that number. Many go on for years.
BPM
1
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
