Search.../

Introduction

The reCAPTCHA element allows you to present a challenge-response test to site visitors to determine whether they are human or a bot. Use the reCAPTCHA element to verify that site visitors are human before allowing them perform restricted operations.

For more information on working with your reCAPTCHA element, click here.

To use the Captcha API, import wixCaptcha from the wix-captcha-backend module:

import wixCaptchaBackend from 'wix-captcha-backend';
javascript | Copy Code

Was this helpful?