The <fb-auto-captcha> Component

The Recaptcha component. It can be located only within the <form-builder> component with non-editable name of g-recaptcha-response and uses the vue-recaptcha component.

By default, the field is hidden if the showproperty is not passed. If the server response contains an error for the field with component identifier, the field will be displayed (that is, the recaptcha will appear). In the visual presentation below, you can watch this component in action.

fb-auto-captcha

Components

Example

<form-builder url="/api-url">
    <fb-auto-captcha :show="true"></fb-auto-captcha>
</form-builder>

Component properties

Name Type Default Description
id Number undefined Sequence number within the <fb-multi-block> component
show Boolean false Show recaptcha
© 2019 - Proudly powered on Awes.IO Platform