-
Notifications
You must be signed in to change notification settings - Fork 1.1k
reCAPTCHA component
Alena Levina edited this page Jan 10, 2019
·
1 revision
The JSON Schema definition for this component is defined as follows.
This component uses the core properties defined within the Common Parameters section.
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 |
'' |
Display Users submitted data into a table inside the admin dashboard?