Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form
Learn how to build a secure contact form for an Eleventy (11ty) static site using Cloudflare Pages Functions, Google reCAPTCHA v3, and Resend. This guide shows how to process form submissions with a Cloudflare Worker, block spam using behavioural scoring, validate inputs on both the client and server, and send emails without maintaining a traditional backend.