Google reCaptcha Validation

What is Google reCaptcha?

Google reCaptcha is a CAPTCHA-like system designed to protect website forms from a user (normally in order to protect login, registration and other forms from bots).


Why you would use Google reCaptcha

  • Google reCaptcha is an effective security solution that protects your website forms from spam entries while letting real people pass through with ease. It can be used for login, registration, password recovery, comments, popular contact forms, and others.
  • Users are required to confirm that they are not a robot before the form can be submitted. It's easy for people and hard for bots.

See Google reCaptcha it in action

See the demo here


How to sign up for an API key pair for your site

To use reCAPTCHA, you need to sign up for an API key pair for your site. The key pair consists of a site key and a secret. The site key is used to display the widget on your site. The secret authorizes communication between your application backend and the reCAPTCHA server to verify the user's response. The secret needs to be kept safe for security purposes.

STEP-BY-STEP
  • 1
  • 2
    Input the label (optional) and your domains to get an API key pair Click Register
    Google Recaptcha Validation
  • 3
    After registering, you will be provided with an API key pair
    Google Recaptcha Validation

How to add API key pair to WebEd9 sites

To build a form with reCaptcha validation, you need to add API key pair to the site setting.

STEP-BY-STEP
  • 1
    Go to the site settings management in admin: Settings > Site Settings
    Google Recaptcha Validation
  • 2
    Search reCaptcha configuration on the site setting grid
    Google Recaptcha Validation
  • 3
    Click Edit icon to update your API key pair
    Google Recaptcha ValidationGoogle Recaptcha Validation
  • 4
    Click Save

How to add Google reCaptcha using form builder

Google reCaptcha is a component in the form builder to allow users to drag & drop when building a form. To understand how to use form builder, please refer to Forms / Webforms - Creating and Managing Forms on Your Website

STEP-BY-STEP
  • 1
    Go to Build Your Form screen
  • 2
    Navigate the Form Elements tab
    Google Recaptcha Validation
  • 3
    Find reCaptcha components then drag & drop them into your form.
  • 4
    Continue configuring your form and get the script to build a form.
  • 5
    Google reCaptcha will be generated when rendering your form.
    Google Recaptcha Validation
  • 6
    You can use the script to build a form to add to any websites you want.
  • 7
    For rendering Google reCaptcha in cross domains, you need to register these domains with Google ( Adding Google reCaptcha Validation API to your Forms )