Cornerstone Forms Captcha
Protect your Forms from spam and bad actors with built-in CAPTCHA support and WordPress Nonce verification.
Cornerstone Forms comes with a number of different CAPTCHA options.
Cloudflare Turnstile
CloudFlare Turnstile is a great free option for sites. Login to CloudFlare and grab your site key and secret key to get started.

Google reCAPTCHA
V2
Google reCAPTCHA V2 is similar to the other CAPTCHA options. It has a button on the screen with the possibility of a popup showing up, prompting the user to select or solve a puzzle.

V3
V3 is entirely in the background. You will see a small badge in the bottom right of your screen.

HCaptcha
HCaptcha is a popular solution for GDPR countries. It is meant to be a drop in replacement for Google reCAPTCHA V2.

Nonce / CSRF Prevention
In WordPress, a Nonce is a security token used to protect against cross-site request forgery (CSRF) attacks. It's generated and validated by WordPress to ensure that Actions like Form submissions or plugin operations come from legitimate, trusted sources — not from malicious scripts.
In Cornerstone Forms there is a prefab called Nonce. It will auto setup everything needed to check a Nonce on your Form. It might not look like anything is on the page, but that is because the Input is hidden on the page.

Summary
CAPTCHA and Nonce verification are the first line of defense for your Forms. For additional security like restricting Forms to certain users, see Conditions. To validate submitted data, see Validations.
- Cornerstone Forms Overview — Getting started with Forms
- Form Elements — All available Form Elements
- Form Conditions — Control Form visibility
- Form Validations — Validate submitted data
- Dynamic Content — Nonce tokens and more
See something inaccurate? Let us know