Get an endpoint Sign in

Docs Redirects & thank-you page

Bay 06After they hit send

#Redirects & thank-you page

After a normal form post (not AJAX), sendm8 answers with a 303 redirect, so refreshing the next page never submits the form twice. Where the visitor lands is decided in this order:

  1. The _next field in the form, if there is one.
  2. The redirect URL in the dashboard, under Form settings → General.
  3. Our default thank-you page.
contact.html
<form action="https://sendm8.com/f/k3x9q2m7ab" method="POST">
  <input type="hidden" name="_next" value="https://yourstudio.com/thanks">
  <!-- your fields -->
</form>

The default thank-you page is deliberately quiet: it thanks the visitor, links back to the page they came from and carries a small “Powered by sendm8” and a report link. Your visitors see it, not you, so it doesn’t try to sell them anything. See the default thank-you page.