# reCAPTCHA - how to / instructions

**URL:** https://community.weweb.io/t/recaptcha-how-to-instructions/5487
**Category:** Ask us anything
**Created:** [November 20, 2023, 1:36pm UTC](https://community.weweb.io/t/recaptcha-how-to-instructions/5487 "2023-11-20T13:36:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![marcosvbi](https://avatars.discourse-cdn.com/v4/letter/m/c67d28/32.png) [@marcosvbi](https://community.weweb.io/u/marcosvbi)
#### Post date: [November 20, 2023, 1:36pm UTC](https://community.weweb.io/t/recaptcha-how-to-instructions/5487/1 "2023-11-20T13:36:32Z")

</div>

HI guys

i want to enable the reCAPTCHA function on my login page.  
loaded the google components but cant find any instructions on how to enable it…

anyone have any documentation on how to go about this please?

---

<div class="post-metadata">

### Author: ![Antiokh](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/antiokh/32/2794_2.png) [@Antiokh](https://community.weweb.io/u/Antiokh)
#### Post date: [November 20, 2023, 4:24pm UTC](https://community.weweb.io/t/recaptcha-how-to-instructions/5487/2 "2023-11-20T16:24:53Z")

</div>

[reCAPTCHA (google.com)](https://www.google.com/recaptcha/admin/site/314246869) — console. You need to select v2, set authorized domains (where you want to use it) and get a code.

Then add weweb a plugin, insert the component into the page, put your key to the plugin config.

When you submit a form with a workflow, you can check the ‘captcha.isvalidated’ variable and make actions depending on it.

---

<div class="post-metadata">

### Author: ![marcosvbi](https://avatars.discourse-cdn.com/v4/letter/m/c67d28/32.png) [@marcosvbi](https://community.weweb.io/u/marcosvbi)
#### Post date: [November 21, 2023, 8:55am UTC](https://community.weweb.io/t/recaptcha-how-to-instructions/5487/3 "2023-11-21T08:55:15Z")

</div>

thanks Antio
