Captcha
Node Card
Category: Input Nodes
Type:
captchaTypical position: Inside a Web Page node on login or registration pages where bot protection is required.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| CAPTCHA Type | read-only display | NA | The CAPTCHA provider type as configured in Admin Console → Security settings (e.g., reCAPTCHA v2, reCAPTCHA v3, hCAPTCHA, QQ Tencent CAPTCHA). |
| Site Key | read-only display | NA | The public site key for the configured CAPTCHA provider, populated automatically from site settings. |
| Additional Settings | read-only display | NA | Relevant provider-specific settings (e.g., score threshold for reCAPTCHA v3), populated automatically. |
note
CAPTCHA configuration (provider type, site key, secret key) is managed in Admin Console → Security settings, not in the flow canvas. The Captcha node reads those settings automatically.
| Output / Code | Condition | Default message |
|---|---|---|
| NA | NA | Child nodes have no independent outputs: the parent Web Page node fires its output edge on form submission. |
Common Next Nodes
Web Page containing Captcha (output)→AuthCAPTCHA passed: verify credentials
Web Page containing Captcha (output)→Create UserCAPTCHA passed: register the user
Usage Notes
Drop the Captcha node inside any Web Page node where you want to challenge the user with CAPTCHA. The node automatically uses the CAPTCHA provider and keys configured in your site's Admin Console security settings: no manual key entry is required in the flow. CAPTCHA validation happens before the Web Page output fires.