No Form Reload Bronze Plan

By default when a submission is complete, a success message is displayed above the form and reloads to the same URL after a few seconds. To disable the form reload add a no-reload attribute.

Implementation

<form ... no-reload>
    ...
</form>

Notice anything wrong in our docs? Let us know.