Captcha Plugin for Wordpress

4

I have been looking into how to implement a captcha in the forms of a website. Specifically, I used Google ReCaptcha using the API provided by it. All this I did in a single Wordpress theme and I must pass those changes to a new theme.

To avoid this I was asked to use a plugin so that it does not affect when you decide to change to another topic.

The problem is that the only ones I have found are for the sale of login to the wordpress dashboard and for comments on the users' posts, none for forms.

Does anyone know the name or implemented something similar?

    
asked by Alejandro Sanchez 14.01.2016 в 18:12
source

2 answers

7

Maybe it's useful for you Captcha by BestWebSoft

To use it you need:

  • Download and unzip the folder on your device
  • Upload it to your site to route /wp-content/plugins/
  • Activate it in the 'Plugins' menu

The configuration should appear in Plugins -> BWS Plugins -> Captcha

    
answered by 14.01.2016 / 18:33
source
1

The plugin Google Captcha (reCAPTCHA) shows to be used in forms like those cited in the official documentation that it seems to cover what you require and apart from that it maintains (in the eyes of the client) the same form.

According to the official documentation

Features

  • Standard support for WordPress forms:
    • Registration.
    • Login.
    • Re-set password.
    • Forms (others).
    • Comments.
  • Compatible with "Contact Form" by BestWebSoft.
  • Hide Google Captcha (reCAPTCHA) for certain user roles.
  • Supports Google Captcha version 1 and 2 (reCAPTCHA).
  • Standard theme support for Google Captcha (reCAPTCHA).
answered by 15.01.2016 в 00:33