Blog

Notes on forms,
without the fluff.

Practical write-ups on collecting submissions, filtering spam, and publishing forms — no backend required.

Form Backend Integrations: Slack, Google Sheets, Zapier, and What They Actually Cost to Set Up

September 1, 2026

Form Backend Integrations: Slack, Google Sheets, Zapier, and What They Actually Cost to Set Up

Six integrations, one submission each fires to independently. Here's exactly what each one needs, and the two-line reveal that three of them are the same integration wearing different names.

Read more
Framer Contact Form With No Backend — and a Redirect Setting to Leave Alone

August 31, 2026

Framer Contact Form With No Backend — and a Redirect Setting to Leave Alone

Framer's Form component already speaks webhook and JSON. Here's exactly how to point one at NBForms, and one settings-page checkbox that will quietly break every submission if it's checked.

Read more
Webflow Form Backend: What the Custom Action Setting Actually Changes

August 30, 2026

Webflow Form Backend: What the Custom Action Setting Actually Changes

Webflow's Form block already has a setting for this — no embed, no export required. Here's exactly what Custom Action does, and the one thing its own field picker can't add.

Read more
Nuxt Contact Form With No Server Route — And Why $fetch Isn't the Right Tool Here

August 29, 2026

Nuxt Contact Form With No Server Route — And Why $fetch Isn't the Right Tool Here

Nuxt gives a contact form two built-in ways to reach a backend: a server route, or $fetch. The right answer for a simple form is neither — here's why, precisely.

Read more
Vue Contact Form Tutorial: A Backend in Nine Lines of Script

August 28, 2026

Vue Contact Form Tutorial: A Backend in Nine Lines of Script

A Vue 3 contact form using nothing but script setup and a fetch call — plus the one thing the standard version of this snippet quietly leaves out.

Read more
Astro Form Backend: A Contact Form That Still Works With JavaScript Off

August 27, 2026

Astro Form Backend: A Contact Form That Still Works With JavaScript Off

Astro ships zero JavaScript by default. Here's a contact form that respects that — working as plain HTML first, with AJAX feedback layered on top, not required.

Read more
React Form Submission Without a Server

August 26, 2026

React Form Submission Without a Server

Most React form tutorials assume a form library and a backend to submit to. This one needs neither — plus what actually happens when a browser POSTs straight to a third-party API.

Read more
Next.js Form Backend: A Contact Form With No API Route

August 25, 2026

Next.js Form Backend: A Contact Form With No API Route

Next.js makes it easy to reach for a Route Handler or Server Action for a contact form. Here's the version that needs neither — plus a fetch-specific gotcha most guides skip.

Read more
Landing Page Builder: A No-Code Editor Built Around Your Form

August 24, 2026

Landing Page Builder: A No-Code Editor Built Around Your Form

NBForms' landing page builder pairs eight templates and a block editor with the form it's publishing — no code, no drag canvas, no separate site to maintain.

Read more
Form Backend Spam Protection: Server-Side Filtering vs. CAPTCHAs

January 29, 2026

Form Backend Spam Protection: Server-Side Filtering vs. CAPTCHAs

Server-side spam filtering catches automated submissions without a visitor ever seeing a checkbox. Here's how it differs from a CAPTCHA, and when you need both.

Read more
Hosted Form Page: How to Collect Submissions With No Website at All

January 22, 2026

Hosted Form Page: How to Collect Submissions With No Website at All

A hosted form page gives a form its own working address without a website around it. What it actually is, how to publish one, and when it's the wrong tool.

Read more
HTML Form Backend: How to Add a Contact Form Without a Backend

January 15, 2026

HTML Form Backend: How to Add a Contact Form Without a Backend

A form backend is just an endpoint willing to accept the POST your <form> already sends. Here's exactly how that works, what it can't do, and when to reach for one.

Read more