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:
- The
_nextfield in the form, if there is one. - The redirect URL in the dashboard, under Form settings → General.
- Our default thank-you page.
<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.