Once you have placed your order for the RaiseNow Growth Tamaro donation form, our Customer Success team will provide you with the appropriate Javascript code after processing your order.
Follow these steps:
-
Look for the Onboarding email in your mailbox, which you have received from your direct Onboarding Contact Person at RaiseNow.
-
In this email, you will find your API Key and your code snippet, which looks as follows:
<div class="rnw-widget-container"></div> <script src="https://tamaro.raisenow.com/APIKEY/latest/widget.js"></script> <script> window.rnw.tamaro.runWidget('.rnw-widget-container', {language: 'en'}) </script> -
To embed your donation form on your website, copy your code snippet from your email (the widget UUID is provided by RaiseNow) and paste it into a designated field ("Editor" or "Source Code") on the donation page.
-
There are several adjustments you can make to your Tamaro donation form. Such as changing the donation amounts (one-time or recurring), colors, language, and others.For example, here we show you how to adjust the donation amounts and here how to change the colors.Regarding the language of the form: You can change the language in which your donation form is displayed directly in the code of your widget. By default, your widget is in English (en). If you want to display it in German (de), French (fr) or Italian (it), simply change 'en' to 'de', 'fr' or 'it'.
<div class="rnw-widget-container"></div> <script src="https://tamaro.raisenow.com/APIKEY/latest/widget.js"></script> <script> window.rnw.tamaro.runWidget('.rnw-widget-container', {language: 'de'})</script>
For further adjustments and an overview of what is possible with your donation form, please visit our Developer Documentation.
|
Important:
|
| Note: In case of questions, please don't hesitate to reach out to us via support@raisenow.com |
Comments
2 comments
How can I implement this on a WordPress site
How am I using this with React
Article is closed for comments.