aem-forms-af-runtime

Enumeration: CaptchaDisplayMode

Enum representing the display modes for a captcha.

Table of contents

Enumeration members

Enumeration members

INVISIBLE

INVISIBLE = "invisible"

The captcha is invisible to the user but still validated in the background.This may or may not require user interaction.


VISIBLE

VISIBLE = "visible"

The captcha is visible and requires user interaction for validation.