reCAPTCHA
premiumGoogle 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
| Property | Type | Default | Description |
|---|---|---|---|
siteKey | String | -- | Your Google reCAPTCHA v2 site key. |
formId | String | "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.