For the complete documentation index, see llms.txt. This page is also available as Markdown.

Captcha

Availability of functionality depends on the license and may not be available in all deployments.

The captcha component is a Google widget whose purpose is to allow only submissions completed by a human.

Component properties

The component can be placed on the form multiple times, and its display can depend on a condition being met.

Figure 1. Captcha component displayed on the form

Entering the value of the captcha placed on the form is always required - verification will be positive when the "I'm not a robot" checkbox is selected and, optionally, other actions are performed (imposed by Google).

Figure 2. In the example, the "I'm not a robot" checkbox was not selected, which caused a validation error message to be displayed.

The component is validated after the image is correctly selected. The component stores 3 types of states: too long a waiting time after verification - "expired", positive verification - "ok" or negative - "noOk". Interactions on the form may depend on the component state.

Figure 3. Message after successful verification

Registration

To be able to use the component on the form, you need to register the domain and a key pair with Google. More about this on the page Google.

Demo request: demo2_recaptcha

Last updated

Was this helpful?