FastForms
Features

Redirects

FastForms offers the ability to control where users are directed after submitting your form.

Success & error URLs

You can define separate URLs for successful and failed submissions in the Form Builder.

If no URLs are defined, submissions will be redirected to the website's domain (over HTTPS).

Customize success URL

FastForms allows you to use mustache syntax to insert data from the submission directly into your success URL. Use name value of an form field to insert the value from incoming submissions:

https://my-domain.com/contact/success?name={{name}}&email={{email}}

Made with 💚 by thenextbit