Form Redirect Bronze Plan

When a form is submitted, a success message is displayed above the form and reloads after a few seconds. If you'd rather redirect users to another URL like a thank-you page, add a redirect attribute with a URL value on your <form> tag. This will redirect the user after the form is submitted.

Implementation

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

Notice anything wrong in our docs? Let us know.