Any form. Straight to your lead dashboard.

Drop one hidden field into any HTML form. Every submission appears in a real-time CRM — with instant notifications, call integration and 7 native integrations.

This becomes your endpoint — paste it into any form, today
https://formstodb.com/f/8k2p
Free plan never expires. Cancel from your dashboard, no email required.
formstodb.com/dashboard/leads
Dashboard
Leads
Forms
Analytics
Integrations
Settings
Leads
24 total · 3 unread today
Export CSV
+ New Form
All24
🔥 Hot lead3
Contacted12
🏆 Won6
Lead
Contact
Status
Form
When
JS
John Smith
john@acme.com
john@acme.com
🔥 Hot lead
Contact Form
2m ago
MR
María R.
maria@startup.io
maria@startup.io
Contacted
Newsletter
8m ago
AB
Alex Brown
alex@corp.com
alex@corp.com
Demo booked
Demo
1h ago
LK
Laura K.
laura@agency.co
laura@agency.co
🏆 Won
Landing
3h ago
New lead arrived
Sophie Anderson
sophie@techcorp.com · Contact Form
Connected integrations
Zapier
HubSpot
Sheets
Pipedrive
Your pipeline, your stages
🔥 Hot lead
Contacted
🏆 Won
8 +
Active users
36 +
Leads captured
11
Templates available
7
Native integrations
99.9%
Uptime
How it works

Four steps. No call with sales.

If you can copy and paste, you can do this. No server, no code, no developer on standby.

01
Create a form
Go to your dashboard, click New Form. You get a unique API key — that's your connection to FormsToDB.
02
Add one hidden field
Paste your key as a hidden input inside any existing HTML form. Works on WordPress, Webflow, plain HTML — anything.
03
Leads arrive in real time
Every submission appears instantly in your dashboard with full contact info, form source and timestamp.
04
Call, message, automate
Contact leads with one click or push them to HubSpot, Zapier, Airtable and more automatically.
Add just this one field to any existing form
<!-- Your existing form, unchanged -->
<form action="https://formstodb.com/api/submit" method="POST">
  <!-- ✅ Just add this one line -->
  <input type="hidden" name="_key" value="YOUR_FORM_KEY">
  <!-- All your existing fields stay exactly the same -->
  <input type="text" name="name">
  <input type="email" name="email">
  <button type="submit">Send</button>
</form>
// Same idea — submit fetches the endpoint, your JSX is unchanged
const handleSubmit = async (e) => {
  e.preventDefault();
  await fetch('https://formstodb.com/api/submit', {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({ _key: 'YOUR_FORM_KEY', name, email })
  });
};

// <form onSubmit={handleSubmit}>...</form>, same fields as always
<!-- Same approach in a Vue component -->
<script setup>
async function submitForm() {
  await fetch('https://formstodb.com/api/submit', {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({ _key: 'YOUR_FORM_KEY', ...form.value })
  });
}
</script>

<!-- <form @submit.prevent="submitForm">...</form> -->
// In your component, using HttpClient
submitForm() {
  this.http.post('https://formstodb.com/api/submit', {
    _key: 'YOUR_FORM_KEY',
    ...this.form.value
  }).subscribe(() => {
    // show a success state
  });
}

// <form (ngSubmit)="submitForm()">...</form>, same fields as always
Features

Everything to turn leads into revenue

Built for sales teams and agencies who need to move fast — not another tool to manage.

Real-time notifications
New lead? You know instantly — browser notification, email and Zapier, all before your competitor picks up the phone.
One-click Call & WhatsApp
Call or WhatsApp any lead directly from the dashboard. Zapier connects to Twilio, JustCall, Aircall automatically.
Visual lead pipeline
Move leads through New → Contacted → Qualified → Converted. Conversion rates calculated live.
7 native integrations
Zapier, Make, Google Sheets, HubSpot, Pipedrive, Airtable, Shopify — configured with step-by-step guides.
Smart spam filter
Keyword blocks, domain filters, IP bans. Auto-trash spam before it pollutes your pipeline.
Analytics & charts
30-day trend charts, form performance, lead sources, conversion rates — built in, no third-party needed.
Integrations

Wherever you already keep leads

Leads flow into your tools the moment they arrive — no manual imports, no delays.

Zapier
6,000+ apps
🔮
Make
Visual automation
📊
Google Sheets
Leads as rows
🧡
HubSpot
Auto contacts
🟢
Pipedrive
Deals & people
🟦
Airtable
Flexible DB
🛍️
Shopify
Customers
+ any service with a webhook endpoint — with optional HMAC signature verification
Pricing

Pick a limit, not a contract

Most plans here cost less than the coffee budget for the meeting where you'd discuss building this yourself.

Monthly
Save 20%
Free
Free
forever
200 submissions/mo
2 active forms
Email notifications
CSV export
Spam filter
5 pipeline stages
Zapier integrations
Email notifications
Analytics
CSV export
Start for free
Most picked
Starter
$9.95 50% OFF First 3 months
$4.95
per month
💰 Save $11.88/year
3,000 submissions/mo
5 active forms
Email notifications
CSV export
Spam filter
Custom pipeline stages
Saved filters
Webhooks
Analytics
5 forms
Get Starter
No credit card to start
Pro
$19.95 50% OFF First 3 months
$9.95
per month
💰 Save $23.88/year
10,000 submissions/mo
10 active forms
Email notifications
CSV export
Spam filter
Custom pipeline stages
Saved filters
Webhooks
Analytics
Conversion analytics
Form comparison reports
Priority support
Custom redirects
10 forms
Get Pro
No credit card to start
Business
$49.95 15 First 3 months
$29.95
per month
💰 Save $71.88/year
Unlimited submissions
Unlimited forms
Email notifications
CSV export
Spam filter
Unlimited pipeline stages
Saved filters
Webhooks
Analytics
Conversion analytics
Form comparison reports
Priority support
Custom redirects
Unlimited submissions
Unlimited forms
Team members
API access
SLA uptime
Automated backups
Get Business
No credit card to start
Enterprise / Agency
Need unlimited volume, white-labelling, SSO or a dedicated account manager?
Talk to sales
Testimonials

Loved by teams who move fast

⭐⭐⭐⭐⭐
"We replaced two tools with FormsToDB. Response time dropped from 4 hours to 8 minutes. Conversions up 40%."
MO
Marc O.
Agency Owner, Madrid
⭐⭐⭐⭐⭐
"The Zapier + Twilio setup is magic. Lead arrives, my phone rings 30 seconds later. My closers love it."
SA
Sofia A.
Sales Director, Barcelona
⭐⭐⭐⭐⭐
"We run 12 forms across 5 client sites into one dashboard. Saved us months of custom backend dev."
JM
James M.
Developer, London
⭐⭐⭐⭐⭐
"The landing page templates alone paid for the plan. Launched a lead gen campaign in 30 minutes flat."
LR
Laura R.
Marketing Manager, Paris
⭐⭐⭐⭐⭐
"HubSpot integration is flawless. Leads sync automatically, no more copy-pasting from Gmail."
DK
Dmitri K.
CRM Manager, Berlin
⭐⭐⭐⭐⭐
"The spam filter stopped 300+ bot submissions per day. One rule, two minutes. Incredible."
AN
Ava N.
E-commerce Manager, Amsterdam
FAQ

Common questions

No. If you can paste a line of HTML, you can use FormsToDB. We also have ready-made templates — download the HTML, your API key is pre-injected.
Yes — WordPress, Webflow, Wix, Squarespace, plain HTML, Next.js, any CMS. FormsToDB is a backend endpoint, not a page builder. Your form stays exactly as it is.
Submissions are paused and you get an email at 80% usage so you can upgrade before hitting the ceiling. No data is ever lost.
Yes. Every form fires a webhook. You set the URL, optionally add a shared secret for HMAC security, and we POST the full lead payload instantly.
Yes — pay once per template, use it forever across unlimited sites. No subscription required for templates.
Always, on every plan. CSV export with all fields, filterable by form, status, date range or search. No limits.
Leads are stored in an encrypted PostgreSQL database. We never sell, share or use your data for advertising. GDPR compliant.

Stop losing leads to slow follow-up.

Your next customer just filled out a form somewhere. FormsToDB makes sure you hear about it first — and call before anyone else does.

Create your free account
No credit card