KwesForms V2 is finally here and it's game changing! Try it now.
Home How it Works Components Validation Spam Cloud Emails Data Security Pricing Docs API Docs FAQ Sign In Try It Free

Form Redirect Bronze Plan


By default, when a submission is complete, the form shows a success message and reloads to the same URL after a few seconds. To redirect users to anoter URL add a redirect attribute with a URL value on your <form> tag. This will redirect the form after its submitted.

<form method="POST" redirect="http://example.com/thankyou">
    ...
</form>