📊 Airtable forms for Framer. Native, no backend, no Zapier.
Drop a form on any Framer page that posts submissions straight to your Airtable base via the official REST API. No middleware, no monthly subscription, no webhook setup.
✨ WHAT YOU GET
• Customizable form fields (comma-separated, quoted CSV supported)
• Button styling — color, text color, radius, gap
• Custom success and error messages
• Required-field validation
• Native fetch() to Airtable's REST API — your data stays between Framer and Airtable
• Component-property panel — every setting editable on the canvas
⚡ HOW IT WORKS
1. Create an Airtable Personal Access Token (write-scoped to one table)
2. Paste your PAT, base ID, and table name
3. Pick the field names that match your Airtable columns
4. Insert the form on your Framer canvas
5. Submissions land in Airtable instantly
🚀 FREE vs PRO
• Free — basic form, customizable styling, required validation, native API submit
• Pro ($29 lifetime) — honeypot anti-spam, rate limiting (1 per 30s), success redirect URL, email format validation
🎯 WHO IT'S FOR
• Framer designers building lead-capture, contact, registration, and signup forms
• Agencies shipping client sites without burning Zapier subscriptions
• Indie hackers who want their forms to land in Airtable in 2 minutes
• Anyone who'd rather paste a PAT once than configure a webhook every project
🛡 WHY THIS PLUGIN
• No backend, no Zapier, no monthly fees
• Native Airtable REST API — official endpoint, fast and reliable
• Pro adds the production hardening you need to ship public forms safely
• 30-day money-back guarantee
• Built by KDX Studios
Questions? 📩 thekhushaldewra@gmail.com
Security update - Airtable token now stays off your published site.
v1 embedded the PAT in the page bundle, so anyone view-sourcing the deployed site could read it. v2 fixes this. The plugin now requires a Cloudflare Worker URL. Your PAT lives on the Worker edge, never in your site code.
What changed:
- Worker URL replaces API Key + Base ID + Table inputs
- Open-source Worker template at github.com/khushaldewra/airtable-form-worker - Deploy to Cloudflare in 2 minutes (free, 100k req/day)
- Updated onboarding walks through Worker setup
- HTTP error messages reflect Worker responses
Pro features unchanged: honeypot anti-spam, rate limit, success redirect, email validation.
Migrate from v1: deploy the Worker, paste its URL into the new field, re-insert your form. Existing Pro unlock codes still work.