#

reCAPTCHA Logo

reCAPTCHA

Security service developed by Google to protect websites from spam and abuse.

SIGN UP

reCAPTCHA uses advanced algorithms and behavioral analysis to distinguish between humans and bots, enhancing online security. It offers different verification methods, including image challenges and invisible detection, to create a smoother user experience while keeping automated attacks at bay.

# Prerequisites

# Billing Information

Before installing reCAPTCHA, you will need a Google Account to set up your billing information.

  1. Go to the Google Cloud Console. If you don't have a Google Account, create a new account.

  2. Log in with the Google account associated with your reCAPTCHA project.

  3. From the navigation menu, go to Billing.

Google console navigation

  1. Link an existing Billing Account or create a new one by clicking Manage Billing Accounts.

Google console billing

# Manage Billing Accounts

  1. Select Create Account.

Google console Create Account

  1. Name your billing account and select your country and click Agree & Continue.

Google console Account Information Step 1

  1. Select your payment method and add your credit card or bank account details. Once completed, click Submit and Enable Billing.

Google console Account Information Step 2

# Installation

  1. Go to reCAPTCHA and login to your account.

  2. Click the plus icon to Create a new project.

reCAPTCHA create

  1. Enter a label for your project.

reCAPTCHA form

  1. Select "Score Based (v3)" as the reCAPTCHA type.

  2. Add your domain under "Domain".

  3. Click Submit.

# Site and Secret Keys

  1. On the next screen, copy and save the Site Key and Secret Key for future use.

reCAPTCHA keys

# Setup on CMS

  1. Log in to Solodev CMS.
Solodev CMS Login Screen
  1. From the left navigation, go to Settings and then Config.
Solodev CMS Config Left Nav
  1. Open the Google Accordion.
Solodev CMS Config reCAPTCHA
  1. Paste the Site and Secret Keys you previously received.

  2. Click Submit.

To enable reCAPTCHA on your form:

  1. Go to the form you want to enable reCAPTCHA.

  2. Click Modify on the actions bar.

Solodev CMS Form Modify
  1. On the Modify modal, open the Advanced Accordion.

  2. Click the "Enable reCAPTCHA" checkbox.

Solodev CMS Form Modify Advanced
  1. Click Submit.

  2. Go to your form code and add the following shortcode:

[recaptcha id="1"]