Quick Start
Go from signup to your first form response in under five minutes.
No backend code, no server setup — just HTML.
1. Create an account
Sign up with your email and verify it. You can start using formbuild.io on the free plan immediately.
2. Create a form
In your dashboard, click New form and choose the Contact form template. You can also start with a blank form, but add the fields you want under Form Builder before submitting data. Give the form a name and you'll get a unique endpoint URL that looks like:
3. Add the form to your site
Copy the HTML snippet from the form's Installation tab and paste it into your website. A minimal example:
Style the form with your own CSS — colors, fonts, spacing, anything you want. The form submits to formbuild.io regardless of how it looks.
4. Check the Inbox
Submit the form and head to your dashboard. The response appears in the Inbox within seconds. From there you can:
-
View every submitted text field
-
Add internal notes
-
Mark responses as spam or delete them
-
Export to CSV or Excel
5. Set up notifications (optional)
Want to know the moment a response comes in? Open your form settings and enable notifications:
-
Email — sends each response to you (or a custom address)
-
Slack / Discord / Teams — posts to a channel
-
Webhook — forwards the data to Zapier, Make, n8n, or any URL
See Integrations for setup details.
Next steps
- Manage responses, notes, exports, and Trash
- Understand response and hosted form analytics
- Create API keys and use the REST API
- HTML form reference — endpoints, encoding, and field names
- API Submissions — submit from JavaScript
- Validations — reject bad data on the server
- Spam protection — automatic scoring, rules, and bot challenges