Point your HTML form to FormBee. We collect submissions, you get the data. No server needed.
Sign up and create a form in seconds. Get a unique URL.
Set your form's action to our URL. That's it!
View data in dashboard, export CSV, or use our API.
<form action="https://your-formbee-url/f/YOUR_FORM_ID" method="POST">
<input type="text" name="name" placeholder="Name">
<input type="email" name="email" placeholder="Email">
<textarea name="message"></textarea>
<button type="submit">Send</button>
</form>
Built-in honeypot and rate limiting
Works with fetch, Axios, or plain HTML forms
View all submissions in a clean UI
Retrieve data via REST API with your key