When it comes to supporting charitable causes, thinking outside the box can lead to impactful...
One-time and Recurring Donations
Sometimes people just want to give to your cause without making well wishes, and who are we to turn them away!? Now your advocates can easily donate once or on a recurring basis!
On the WishWell page
Simply send your donors to your wishwell.ai page and ask them to click the Donate Now button at the top.
Via a URL
Just add "&donate=true" to the end of your custom WishWell URL and donors will be sent to a checkout page to make their donation. It will look something like this: https://www.wishwell.ai/TheGreatCharity&donate=true
Add a donate now button to your website
Add this script to your webpage (make sure to put the <script> portion on your page's header and the <button> part in the location on your webpage where you want the Donate Now button to be. Users will get a popup to donate to you when they click the button.
<script type="text/javascript"> function openDonationPopup() { var donationUrl = 'http://www.wishwell.onegift.ai/makeawish?org=INSERTYOURCUSTOMURLHERE&donate=true'; window.open(donationUrl, 'DonationPopup', 'width=600,height=600'); return false; } </script>
<button onclick="return openDonationPopup()">Donate Now</button>