Skip to main content

ZENCAPTCHA for Drupal

Installation Difficulty
Easy

This short and simple guide will show you how to install the ZENCAPTCHA module to your Drupal website​

INSTALLATION πŸŽ―β€‹

Install the ZENCAPTCHA module as you would normally install a contributed Drupal module. Visit Installing Modules to learn more about installing modules on Drupal.

3 methods to install the ZENCAPTCHA module to your Drupal website:

  • Go to the official Drupal.org - ZENCAPTCHA page to download the ZENCAPTCHA module. Upload that .zip file to your Drupal website.
  • Or use composer require 'drupal/zencaptcha:^1.0'
  • Or simple click on the following button to immediately download the .zip of the ZENCAPTCHA module. Upload that .zip file to your Drupal website.
Important

⚠️ Then also download and activate CAPTCHA (another module). Download it by composer require 'drupal/captcha:^2.0' or by downloading the .zip file from here. ZENCAPTCHA needs the CAPTCHA module to work.

Complete the configuration

Go to Zencaptcha.com and create an account (if you have not yet done it), add your website and copy the site key and secret key for that website. You still need to add your sitekey and secret key into the module. See the Configuration below.

Configuration βš™οΈβ€‹

1. Go to the "Extend" section in the Administration panel and activate the module.
Administration > Extend

2. Access "Configuration" in the Administration panel, then proceed to "People" and choose "CAPTCHA settings." Click on "ZENCAPTCHA."
Administration > Configuration > People > CAPTCHA settings > ZENCAPTCHA

3. Enter the site and secret keys into the ZENCAPTCHA settings.

4. In the "CAPTCHA settings" under "People" in the Administration panel, specify the locations where you wish to display the ZENCAPTCHA form.
Administration > Configuration > People > CAPTCHA settings

πŸŽ‰ DONE - your website is now protected​