Custom Redirects
Send users to a thank-you page after they submit your form.
With Redirect
For HTML forms
User submits form
Rowen saves the data
Browser goes to your thank-you page
Redirect URL
https://yoursite.com/thank-you
Without Redirect
For AJAX / fetch forms
JavaScript sends form data
Rowen saves the data
Returns JSON response
{ "success": true, "message": "Submission received" }How to set up
1
Go to your form's Settings tab in the dashboard
2
Set the Redirect URL to your thank-you page
Redirect URL (after submission)
https://yoursite.com/thank-you
3
Click Save Settings — done!
Leave the redirect URL empty if you're using fetch/AJAX — you'll get a JSON response instead.
Use cases
Thank You Pages
Show a branded thank-you page after submission. Better UX than a blank JSON response.
"Thanks for your order! Check your email for confirmation."
Upsell Pages
Redirect to an offer or next step after the form is submitted.
Contact form → redirect to booking calendar