Skip to main content

Getting started

During the RaiseNow Growth onboarding process, our Customer Success team will provide you with the appropriate JavaScript code for integrating the Tamaro donation form in your website.

To embed your donation form on your website, you would need to copy the code below, replace the <widget-id> with the given ID and paste it into a designated field ("editor" or "source code") on the donation page. If you need more information about this step or encounter problems, we recommend that you contact the customer service of the CMS you are using directly and describe the situation in detail.

<div class="rnw-tamaro-widget"></div>

<script src="https://tamaro.raisenow.com/<widget-id>/latest/widget.js"></script>

<script>
window.rnw.tamaro.runWidget('.rnw-tamaro-widget', {language: 'en'})
</script>