You can use eCardWidget to create custom eCards for donors to send after they make a donation. This article will walk you through how to embed the eCardWidget into your DonorPerfect giving flow.
Yes, you can add your eCardWidget to your DonorPerfect giving flow.
Steps to Embed eCardWidget into the DonorPerfect Form
To add this to your DonorPerfect form, follow the steps outlined below:
1. Go to your widget share code page and copy the url, underlined in the screenshot below:
2. Then copy the following code and edit ” your_embed_url = ‘…’ ” and paste in that URL you copied to replace PASTE_HERE – It should then look like this:
your_embed_url = ‘https://app.ecardwidget.com/embed/widget/2588‘
<script>
your_embed_url = 'PASTE_HERE';
if (window.location.href.indexOf("responsetext=SUCCESS") > -1) {
var t = document.querySelector('.wSectionTableCSS');
var a = document.createElement("script");
a.src = your_embed_url;
t.appendChild(a);
}
</script>
3. Edit the form you want to add eCard(s) and go to Additional Options then Advanced Settings. Then paste your code into the ‘Google Analytics Code’ field.
4. Then click save.
5. Then do a test to confirm that the ecard shows up on the Thank You/Order Completion page.
6. That’s it! You now have fully customized easy to send eCards embedded into your DonorPerfect form.
If you have any issues or get stuck, just shoot us a message and we’ll be happy to help.
If you’re new to eCardWidget and would like to know more, just check out our site at eCardWidget.com
If you have any issues or need help, please get in touch with us and we’ll be happy to assist. To learn more about eCardWidget, visit our site at eCardWidget.com.