Pro
Custom thank-you page (redirect URL)
By default, successful HTML form posts can use our hosted thank-you flow. With Pro you can set a Thank-You Redirect URL so the browser is sent to a page on your own site instead.
Who this applies to
- Classic HTML forms —
<form method="POST" action="…/api/f/frm_…">. After a successful submission we respond with an HTTP redirect (303) to your URL. - JSON / AJAX — If you submit with
fetchandContent-Type: application/json, you stay on the page and handle success in JavaScript; the redirect URL does not run automatically. Build your own "thank you" UI in the client.
Configure the redirect
- Open your form in the dashboard.
- Go to Settings.
- Under Integrations, find Thank-You Redirect URL.
- Enter a full
https://…URL to your thank-you or confirmation page (for examplehttps://yoursite.com/thanks). - Click Save Settings.
URL rules
Redirect targets must be valid URLs. We run safety checks on outbound URLs. You can also redirect to the same Forms.fyi origin when appropriate. If save fails, check the error message—often it is URL format or a blocked destination.