Cornerstone Forms Captcha

Protect your Forms from spam and bad actors with built-in CAPTCHA support and WordPress Nonce verification.

  1. Cloudflare Turnstile
  2. Google reCAPTCHA
  3. HCaptcha
  4. Nonce / CSRF Prevention
  5. Summary

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.

Cloudflare Turnstile Settings

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.

Google reCAPTCHA V2 Settings

V3

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

Google reCAPTCHA V3 Settings

HCaptcha

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

HCaptcha Settings

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.

Nonce Element

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.

See something inaccurate? Let us know