hCaptcha Integration
The hCaptcha field allows you to add CAPTCHA verification to your forms. This helps protect your forms from spam and automated submissions.
Setup
- Get your hCaptcha keys:
- Visit hCaptcha Dashboard
- Sign up and get your Site Key and Secret Key
- Add hCaptcha field to your form:
- Drag the “hCaptcha” field from the form builder
- Configure the following settings:
- Site Key: Your hCaptcha site key
- Secret Key: Your hCaptcha secret key
- Theme: Light or Dark
- Size: Normal or Compact
- Language: Two-letter language code (e.g., ‘en’, ‘fr’, ‘es’)
- Error Message: Custom message for failed verification
Example Usage
// The form will automatically handle verification
// No additional code needed for basic implementation