15 guides

Guides & Tutorials

Learn how to set up forms, configure integrations, and build powerful workflows with step-by-step tutorials.

Beginner6 min

How to Add a Contact Form to Next.js

Learn how to add a working contact form to your Next.js application in minutes. No backend code required — just create your form, point it at FormsList, and start receiving submissions by email.

Read guide
Beginner4 min

How to Add a Form to Any HTML Website

Add a fully functional contact form to any HTML website in under 5 minutes. No JavaScript frameworks, no server setup — just plain HTML that works everywhere.

Read guide
Beginner7 min

How to Add a Contact Form to React

Build a fully functional contact form in React with hooks, validation, and email notifications. No backend server or API routes needed.

Read guide
Beginner4 min

How to Handle Form Submissions Without a Backend

Learn how to process form submissions on any website without writing server-side code. Use a form backend service to receive, store, and forward submissions by email.

Read guide
Beginner4 min

How to Send Form Data to Email

Set up email notifications for every form submission on your website. Receive form data directly in your inbox without running a mail server.

Read guide
Intermediate7 min

How to Add reCAPTCHA to Your Form

Protect your form from spam and bots by adding Google reCAPTCHA. This guide covers both reCAPTCHA v2 (checkbox) and v3 (invisible) with step-by-step instructions.

Read guide
Beginner4 min

How to Create a Newsletter Signup Form

Build a simple, effective newsletter signup form for your website. Collect email subscribers and manage them through FormsList — no email marketing platform required to get started.

Read guide
Beginner5 min

How to Add a Feedback Form to Your Website

Add a user feedback form to your website to collect feature requests, bug reports, and general feedback. Get notified instantly when users share their thoughts.

Read guide
Intermediate9 min

Form Validation Best Practices

Learn the best practices for validating form data on both the client and server side. Improve user experience, reduce errors, and keep your data clean.

Read guide
Intermediate8 min

How to Prevent Form Spam

Stop spam submissions on your website forms using honeypot fields, CAPTCHAs, rate limiting, and AI-powered spam detection. Protect your inbox without hurting real users.

Read guide
Beginner4 min

How to Add a Form to WordPress Without a Plugin

Add a custom HTML form to your WordPress site without installing any plugins. Use a form backend service to handle submissions and keep your site lightweight.

Read guide
Beginner5 min

How to Add a Custom Form to Webflow

Override Webflow's default form handling and send submissions to FormsList for more control over notifications, integrations, and data management.

Read guide
Intermediate8 min

How to Create a Multi-Step Form

Build a multi-step form with progress indicators, field validation at each step, and a single submission at the end. Improve completion rates for long forms.

Read guide
Beginner4 min

How to Add a Contact Form to a Static Site

Add a fully functional contact form to any static site generator — Jekyll, Hugo, Eleventy, Astro, or plain HTML. No server-side code required.

Read guide
Beginner5 min

How to Send Form Submissions to Google Sheets

Automatically send every form submission to a Google Sheets spreadsheet. Build a live dashboard of your form data without any coding.

Read guide