Plugins::recaptcha

From ZenMagick Wiki

(Redirected from Plugins::zm recaptcha)
Jump to: navigation, search

Description

A captcha plugin to protect public forms like the contact us page or similar from spamming attempts.

This plugin uses the reCAPTCHA library to generate additional input fields that help verifying that the submitter is human.

Configuration

  1. Download the plugin and install like any other ZenMagick plugin.
  2. Sign up for a reCAPTCHA account at http://recaptcha.net/.
  3. Install using the ZenMagick Plugin Manager in zen cart admin.
  4. Enter the public and private key in the corresponding plugin option fields.
  5. Enable/disable use of the captcha for the offered pages (Create Account, Contact Us, Tell A Friend, Write Review)

Template Changes

Modify your template files adding the following code to the HTML forms:

<?php if (is_object($recaptcha)) {
   $recaptcha->showCaptcha();
} ?>
Personal tools