Learn how to configure a payment confirmation page which is displayed after payment.
A Thank you page is payment confirmation page displayed after payment.
In this tutorial, we’ll show you how to create a Thank you page.
We recommend going through the following steps:
Let’s ask a few questions to create the right kind of Thank you page:
Skip this step if your Thank you page is external (it’s on another website).
Add a page on the “Pages / Add New” page in WP admin:
Alternatively, you can add a post on the “Posts / Add New” page in WP admin:
Skip this step if your Thank you page is static.
You can use placeholder tokens to insert data collected on your form into the page. Your dynamic content needs to be surrounded by shortcodes as follows:
Let us embed this example as plain text as well, so you can copy and paste it:
Keep in mind the following:
[fullstripe_thankyou]
and [/fullstripe_thankyou]
shortcodes to denote a Thank you page.[fullstripe_thankyou_success]
and [/fullstripe_thankyou_success]
shortcodes to enclose the content displayed after a successful payment.[fullstripe_thankyou_default]
and [/fullstripe_thankyou_default]
shortcodes to display a message when the Thank you page is called directly, without a payment.You can turn on redirecting to a thank you page on the “General” tab of forms, in the “Behavior / After successful payment” section.
In case of showing a page or post, select the “Redirect to a thank you page” option, and select the article from the dropdown:
If you’d like to show an external Thank you page then select the “Redirect to a custom URL” option:
Save your settings, and you’re ready to go!
Our support team is happy to help you.
Contact support
Feature requests are always welcome!
We consider each feature request carefully, and examine how it fits the roadmap for the plugin.