Per default we do not check the two boxes for newsletter and donatoin receipt in our lema widget. This means the donor has to opt in for these two boxes and actively check the box.
There is the possibility to manually check those boxes on your end when the widget is loaded. This means an optout and the donor has to actively remove the checks from the boxes.
Please note, if the box for donation receipt is pre-checked, the bloc about address information will always be visible.
Implementation
In order to implement the optout solution. please integrate the following code into the website of the widget (Example works for newsletter = stored_customer_email_permission. For the donation receipt, please use the following parameter stored_customer_donation_receipt ).
<script>
window.rnwWidget = window.rnwWidget || {};
window.rnwWidget.configureWidget = window.rnwWidget.configureWidget || [];
window.rnwWidget.configureWidget.push(function(options) {
options.defaults[
'stored_customer_email_permission'
] =
'true'
;
});
</script>
In case you have any questions, please send us an email to support@raisenow.com .
Comments
0 comments
Please sign in to leave a comment.