Custom Redirect
Customize the success redirection to your website after form submission.
Redirect Option
This option can only be used if you are using the default HTML form without JavaScript. If you are using JavaScript or any other front-end technology, please use the appropriate redirection method instead. See the JavaScript Example.
By default, FormsLite.io redirects to our website after form submission. However, if you want to redirect to a custom URL on your website or another website, you can use the redirect option. You can set any URL you want. Make sure it is an absolute URL with https://
and not a relative URL.
Examples
Important: Ensure you provide the full URL as the value instead of a relative URL.
The input
type should be hidden and the name should be redirect
.
Last updated