The answer is yes! When a donor makes a donation, you can have that data passed to a URL (webpage). You can use this data to personalize the page or prefill a form, for example.
These are the parameters that Donorbox will send:
- id
- first_name
- last_name
- amount
- currency
- address
- state
- city
- country
- form_id (Campaign ID)
- form_name (Campaign name)
- duration (this refers to how often this donation will be made)
- Responses to custom questions are also passed. The parameter name will be the label of that question in the form.
How to pass the data
Step 1
Click on the Edit button, under your Campaign name. On the next page, look for the Technical Section and click on "Tracking":
Select the option labelled Redirection?
Add the URL of the page that you want to pass the data to. Click Update once you have done so.
Step 2
When a donation is made, Donorbox automatically passes all the data outlined above to the URL specified in Step 1. To use the data, you'll need to customize the code of that URL's webpage, using a script.
Open the webpage in your website builder. Add the required script within a <script> tag. You can be as creative as you'd like here. Here's a simple example of a script that will display a popup message box with a thank you message.
You might need a developer to assist you with this task.
Comments
0 comments
Article is closed for comments.