Beschrijving
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.
Schermafdrukken
Installatie
- Install Plugin through the WordPress Admin Interface ‘Plugins > Add new’
- Activeer de plugin
- Go to ‘Settings > Eazy CF Captcha’ menu and change the label text.
- Klaar!
OF
- Upload
eazy-cf-captcha
to the/wp-content/plugins/
directory - Activeer de plug-in via het ‘Plugins’ menu in WordPress
- Go to ‘Settings > Eazy CF Captcha’ menu and change the label text.
- Klaar!
FAQ
-
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?
-
- Make a new folder called ‘eazy-cf-captcha’ in your current template folder
- Create a file named ‘captcha.php’
- 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
- 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) - Klaar!
Beoordelingen
Bijdragers & ontwikkelaars
“Eazy CF Captcha” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Eazy CF Captcha” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.2.5
- Fix error on activation as pointed out by @peter09z (See also: Thread on WordPress.org Support)
- Tested with CF7 version 5.7.7
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
- Eerste release.