Skip to content

reCAPTCHA component

Alena Levina edited this page Jan 10, 2019 · 1 revision

JSON Schema

The JSON Schema definition for this component is defined as follows.

Core Properties

This component uses the core properties defined within the Common Parameters section.

Specific Properties

Property Description Value Required Default
eventType Type of event to which this reCAPTCHA component should react. 'buttonClick' - to react on click of button existent on the form ('formLoad' - to react on formLoad event ) 'buttonClick' or 'formLoad' false undefined
buttonKey API Key of the button on current form, click to which should trigger reCAPTCHA component logic. Used only for components with eventType equal buttonClick Any string false ''