User Guides
Customize thank you page
How to customize the page users see once they have submitted your form.
When someone submits your form, they’re redirected to a “Thank you page”. If you go to your form in FormBackend and click on the “Settings”-tab, you can customize the text and basic looks of that page. This can be done by finding the “Submission page appearance” section.
Here you can customize the text that people see (default: “Thank you for your submission”). You can also customize the background-, text-, and link-colors.
The thank-you text supports Markdown and basic HTML. For example:
<p>Thank you for your submission</p> <p> <a href="https://mywebsite.com">Go to my website</a> </p>
Which will give you a simple page with a link back to your website.

Use Preview submission page from Settings to check the text and colors before sharing the form.
If you want more control, it’s probably better to redirect to a page of your choice that you control. We’ll take a look at that in the article Redirect after Submission.