reCAPTCHA

premium

Google reCAPTCHA v2 integration for spam protection.

Overview

The reCAPTCHA component adds Google reCAPTCHA v2 to your form for bot protection. Users must complete the challenge before the form can be submitted.

Properties

PropertyTypeDefaultDescription
siteKeyString--Your Google reCAPTCHA v2 site key.
formIdString"default"Form identifier.

Features

  • Google reCAPTCHA v2 checkbox challenge
  • Blocks form submission until challenge is completed
  • Stores verification token in form data

Tips

Get your site key from the Google reCAPTCHA admin console (https://www.google.com/recaptcha/admin).
reCAPTCHA v2 shows a checkbox that users must click. For invisible reCAPTCHA, a custom implementation is needed.

Related components