Customizing forms
You control how your form looks and what happens after a user submits.
Styling
The form HTML is yours. Use your own CSS to match your site: colors, fonts, spacing, borders. Style the inputs, labels, and button however you like. The form will submit to our endpoint no matter how it looks.
Success behavior
In the dashboard, open your form and go to the Processing section. You can set:
- Success redirect URL – After a successful submit, we redirect the user to this URL (e.g. your thank-you page). The URL can be absolute or relative.
- Success message – If you do not set a redirect, we show this message on our response page so the user sees a confirmation without leaving.
Form name
The form name in the dashboard is only for you. It is not shown to visitors. Use it to tell your forms apart (e.g. Contact, Newsletter, Support). You can change it anytime in the form General settings.