Skip to content
Roger Hughes edited this page Jun 15, 2021 · 2 revisions

Hinder is a Google reCaptcha implementation for various EE forms

Use if:

You want to use Google's reCaptcha on the EE simple email form, comment form or member login form.

How to use

  • Install the extension (extract the files to /system/user/addons/hinder)
  • Fill in the settings
  • Turn off the EE built in captcha
  • Add this to your template where you want the captcha to appear {exp:hinder}
  • Add the language parameter for international support {exp:hinder lang="code"} (see Google Documentation for valid codes).
  • On failure, Hinder will display its Javascript alert message by default. Redirect takes priority if it is filled in.

Changelog

2.2 - 2021-06-15

  • add support for multiple languages (thanks to @benoitlemay 👍)
  • fix error message displayed on install

2.1.1 - 2020-11-18

  • fixes a bug when special characters are used in the error message box

2.1 - 2020-11-10

2.0.1 - 2020-11-09

  • fix bug when upgrading from 1.x to 2.x
  • update readme

2.0 - 2020-11-07

  • support member login form and comment form
  • support EE6 jump menu

1.0.2 - 2019-12-28

  • fix a bug which triggered a PHP notice because a HTTP header was missing 1.0.1
  • fix a bug affecting actions using GET 1.0.0
  • initial release

Credits

Icon by Smashicons from Flaticon

Clone this wiki locally