How to Obtain Google reCAPTCHA keys

Posted on 06-05-2024 | Last Updated: 06-05-2024 | Category: Advanced Topics

Navigate to Google's reCAPTCHA website at https://www.google.com/recaptcha.

Sign in using your Google account credentials.

Register your website by providing your domain name and selecting the type of reCAPTCHA you wish to implement (such as reCAPTCHA v2, Invisible reCAPTCHA, etc.).

Upon registration, you will receive two keys from Google: a sitekey and a secret_key. These keys are necessary for integrating reCAPTCHA into your website.

After obtaining the keys, access your website's backend and navigate to the Website Settings section. Then, proceed to click on Misc Settings.

Within the Misc Settings, locate the fields designated for the sitekey and secret_key. Enter the respective keys provided by Google into these fields.

Save the changes once the keys have been entered.

Verify that the reCAPTCHA status is set to enabled to ensure proper functionality.


Back to Knowledgebase