Skip to main content

Redirect to a new page on success

When a payment has been successful, a standard message is shown to the user. This is what it typically looks like:

Standard success message

There is, however, an alternative where you're able to point to any page on your website as a landing page for succesful donors. The way this is done is by adding the url to the page to the shortcode param on Wordpress:

[advanced-form 
...
redir="https://my-awesome-website.se/tack-for-din-donation/"
]