Thank you screen

Choose what your supporters see after their donation.

The Thank you screen is the screen that your supporters see after completing their donation.

In your Campaign Page settings, you’ll find a Thank you screen section where you can:

  • Choose to show supporters Fundraise Up's in-checkout Thank you screen, which includes social media sharing options,
  • Or redirect them to a specific URL (for example, if your organization already has a dedicated “Thank You” page.)

Fundraise Up Thank you screen

 
Link copied

This is the default option for Campaign Pages, with several customization options available.

Sharing channels

 
Link copied

You can control whether supporters see sharing options by toggling the ability to share on or off for each social platform.

When social platform sharing is enabled, supporters will see a modal similar to the following:

When all social platforms are unchecked for sharing, the supporters will see a screen similar to the following:

Sharing URL

 
Link copied

This is the URL that is shared when a supporter chooses to share their donation.

Here, you have two options:

  • You can choose to leave this blank. When left blank, Fundraise Up will automatically share the URL of the Campaign Page the supporter made their donation from.
  • You can enter your own URL. You may enter any URL here to “force share” a specific page or campaign. This is useful for specific initiatives, landing pages, events, etc.

Setting different sharing URLs for multiple languages

You can customize the sharing URL for each language enabled in your Campaign.

  1. Go to Campaigns > [Your Campaign] > Settings > Localization.
  2. Select the language.

  3. In the Campaign page thank you screen, sharing URL field, enter the link you want supporters to share for that specific language.
  4. Click Save changes to apply your settings.
  5. Repeat these steps for other languages, if necessary.

Default sharing message

 
Link copied

Here, you can customize the default message that appears when supporters share on social media. If you leave this empty, supporters will be able to choose their own message.

If you enter a custom message, that will be displayed by default along with the share. This allows you to communicate and reinforce your campaign's message, even if the supporter chooses not to provide their own message.

If the Default sharing message field is left empty, it will appear like this on Facebook, for example:

Sharing channels

 
Link copied

If you'd prefer to discourage supporters from sharing on any of the supported social media platforms, you can disable them here.

Typically, unless there’s a specific reason to discourage sharing, enabling all social media platforms is considered best practice.

Redirect to a specific URL

 
Link copied

Redirect replaces the Fundraise Up Thank you screen with your own page. Since the default screen is designed to encourage supporters to share their donations on social media, consider including these sharing options on the page to which you are redirecting them.

Setting different redirects for multiple languages

 
Link copied

You can customize the redirect URL for each language enabled in your Campaign.

  1. Go to Campaigns > [Your Campaign] > Settings > Localization.
  2. Select the language.

  3. In the Campaign page thank you screen, target URL field, enter the link to which you want supporters to be redirected for that specific language.
  4. Click Save changes to apply your settings.
  5. Repeat these steps for other languages, if necessary.

Specific URL parameters

 
Link copied

When we redirect a supporter to your chosen thank you page, we add the following parameters to the landing address so these can be picked up by the destination as needed:

  • donationId — the unique Fundraise Up donation ID.
  • amount — the donation amount in XX.XX format. E.g. "10.20", "10.00".
  • currency — the ISO currency code. E.g. "USD", "EUR".
  • monthly — given as either "true" or "false".
  • supporterFirstName and supporterLastName — the first and last name of the supporter.
  • supporterEmail — the supporter’s email.
  • designationId — the designation ID, if a designation was selected.
  • designationName — the designation name, if a designation was selected.
  • tributeId — the tribute ID, if the donation was made with a dedication.
  • lang — the checkout language displayed to the supporter. Shown in lowercase, two-letter codes without locale extensions (for example, not “en-us” or “en-gb”).

The final thank you page URL would therefore look something like this:

1https://www.example.org/thank-you
2  ?donationId=DTECRHJM
3  &amount=26.50
4  &currency=USD
5  &monthly=true
6  &supporterFirstName=John
7  &supporterLastName=Salmon
8  &supporterEmail=johnsalmon%40gmail.com
9  &designationId=EVYM3M9Q
10  &designationName=Where%20it%20is%20needed%20most
11  &tributeId=TGRRPJUA
12  &lang=en

If you are using a custom Thank You screen, you have the option to construct your own tribute completion link for tribute donations by using the tributeId parameter. This link must be constructed as follows: [Donor Portal URL]/tributes/[tributeId] — for examplehttps://mycharity.donorsupport.com/tributes/TGRRPJUA. You can find and set your Donor Portal URL in your Dashboard settings.

 

In this article