Eazy CF Captcha

Popis

NEW! With support for Elementor Form Widget.

Eazy C(omment)F(orm) Captcha adds a mathematic exercise to the comment form, contact form 7 & elementor, preventing bots to spam your comments and forms. Now with Elementor & Contact Form 7 support!

You can easily customize the label text for the captcha in the backend of WordPress. Also you can change the HTML Markup if you like.

With support for Contact Form 7.

Snímky obrazovky

  • The captcha in the comment form. Also integrating with the standard WordPress Twenty Twenty Theme
  • The admin settings page
  • Support for Comment Form 7
  • Settings in the backend of Comment Form 7
  • Settings in the Elementor editor

Instalace

  1. Install Plugin through the WordPress Admin Interface ‚Plugins > Add new‘
  2. Activate the plugin
  3. Go to ‚Settings > Eazy CF Captcha‘ menu and change the label text.
  4. Hotovo!

NEBO

  1. Upload eazy-cf-captcha to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Go to ‚Settings > Eazy CF Captcha‘ menu and change the label text.
  4. Hotovo!

Nejčastější dotazy

The field does not show up in a form?

In the current form of implementation the field is not shown for logged in users. Try to visit the as anonymous user (e.g. in another browser or log out first).

Can I change the label text?

Of course, just go to ‚Settings > Eazy CF Captcha‘ menu and there you have an input field, where you can change the text to whatever you want.

How do I customize the HTML Markup?

  1. Make a new folder called ‚eazy-cf-captcha‘ in your current template folder
  2. Create a file named ‚captcha.php‘
  3. Copy the content from ‚your-wordress-folder/wp-content/plugins/eazy-cf-captcha/views/public/captcha.php‘ and ‚your-wordress-folder/wp-content/plugins/eazy-cf-captcha/views/public/captcha-field.php‘ or write your own HTML
  4. Two variables are available in the template: $options for all options set in the backend and $exercise, an array filled with the variables and operators for the exercise (see ‚your-wordress-folder/wp-content/plugins/eazy-cf-captcha/views/public/captcha-field.php‘ for usage)
  5. Hotovo!

Recenze

18. 2. 2022
This plugin causes 2 critical issues on Site Health tests. WHen the plugin is installed, you get these issues: An active PHP session was detected A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests. The REST API encountered an error The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages. The REST API request failed due to an error. Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed) I Fixed the issue by editing the EazyCFCPublicBase.php file which is located here: /includes/PluginPublic/EazyCFCPublicBase.php I changed this line: if ( !session_id() ) { session_start(); } to: if ( !session_id() ) { session_start( [ 'read_and_close' => true, ] ); }
27. 3. 2021
Easy Tool. Works still great in 2021. THX.
Přečtěte si všechny 3 recenze

Autoři

Eazy CF Captcha je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

1.2.5

1.2.4

  • Fix autoloader causing warning on strict open_basedir php settings as pointed out by @taruk
  • Tested with CF7 version 5.7.4

1.2.3

  • Fix fatal error if elementor is not installed.

1.2.2

  • Get rid of critical session issues on Site Health test as pointed out by @tjdyo (See also: Thread on WordPress.org Support)
  • Add support for newest Elementor version
  • Fix not displaying error messages in newest versions of Contact Form 7.

1.2.1

Add option on elementor widget: Show field for logged in users

1.2.0

  • Add Elementor support

1.1.2

  • Add Settings and donate links

1.1.1

  • Fix activation / deactivation error

1.1.0

  • Add Contact Form 7 Support
  • Add more options. You can now make the captcha easier and remove the honeypot field, set a custom error message or remove it from comment forms
  • Move settings page to ‚Settings > Eazy CF Captcha‘
  • Fix compatibility with newest WordPress version

1.0.4

  • Shiny new Banner and Icon
  • Fixed issues with slashes added on quotes in label field

1.0.3

  • Updated author info

1.0.2

  • Added possibility to translate the captcha text with WPML

1.0.1

  • Fixed direction for translations due to a typing error in the repository name
  • Suppressed output of the label tag if label text is empty

1.0

  • Initial release.