=== Contact Form 7 Image Captcha === Contributors: KTC_88 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6ZBN6VSE6UM4A Tags: contact form 7, spam, captcha Requires at least: 4.7 Tested up to: 5.1.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds a clean image captcha to Contact Form 7 == Description == Adds an image captcha to your contact form 7 forms by adding the shortcode [cf7ic] to the form editor where you want the captcha to appear. NEW! You can now hide the CAPTCHA until a user interacts with the form, simply add "toggle" to the shortcode. [cf7ic "toggle"] Looking for a version for Gravity forms? We just finsished creating the **Gravity Forms Image Captcha** which is only available at our online store. = Demo = Check out our live demo. = Supported Languages = * Bulgarian (Thanks Plamen Petkov) * French (Thanks deuns26) * German (Thanks Te-Punkt & bkmh) * Italian (Thanks Mauro Giuliani) * Persian (Thanks Ava Darabi) * Spanish (ES) (Thanks Erick Carbo) * Spanish (MX) * Russian = Like what you see? = Please take the time to leave a review **OR** check some of our other plugins like our WP Login Image Captcha = Go Pro! = Want more control? Check out our pro version which gives you full control over the look and feel of the image captcha. * GDPR compliant * CAPTCHA refreshes on submit to make it harder for automated spammers * Stronger security with hashed answers to make it harder for automated spammers * Select which icons you wish to use * Add additional icons from Font Awesome 4.7 * Customize the icon titles * Change the captcha message * Change the box color and border * Change font and icon color and size independently * Change the selected icon appearance * Change where the icons appear * Change the box from full width to content width Go Pro! == Installation == 1. Upload contents to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place `[cf7ic]` to your contact form 7 forms == Frequently Asked Questions == = How do you add the image captcha to the forms? = Simply add this shortcode `[cf7ic]` to your contact form = How do you use the toggle feature? = To make it so the CAPTCHA only shows when the form is being filled out, add "toggle" to the shortcode `[cf7ic "toggle"]` in your contact form. = Toggle is not working = The most likely reason the toggle is not working is because the double quotes around the word toggle has been changed to "smart quotes", meaning that they are opening and closing quotation marks and not the verticle lines. To fix, simply delete the quotes and re-add them with your keyboard - do not copy and paste. == Screenshots == 1. screenshot-1.png 2. screenshot-2.png 3. Pro version settings page == Changelog == = 2.4.7 = * Added Russian translation = 2.4.6 = * Now compatible with "Smart Grid-Layout Design for Contact Form 7" by Aurovrata V. = 2.4.5 = * Added fallback styling in the event a theme or plugin changes the icons from a webfont to SVG's = 2.4.4 = * Now compatible with "Contact Form 7 Conditional Fields" by Jules Colle = 2.4.3 = * Made additional fix to spacing issue with German language = 2.4.2 = * Fixed spacing issue with German language = 2.4.1 = * Fixed PHP notice "Undefined offset: 0" * Fixed PHP notice for another deprecated tag = 2.4 = * Added the ability to hide the CAPTCHA until the user interacts with the form, simply add "toggle" to the shortcode: [cf7ic "toggle"] * Fixed deprecation notice “wpcf7_add_shortcode is deprecated since Contact Form 7 version 4.6! Use wpcf7_add_form_tag instead.” = 2.3 = * Updated FontAwesome library to version 4.7 * Fixed use of depricated wpcf7_add_shortcode in favor or wpcf7_add_form_tag function * Added new toggle attribute (optional) [cf7ic "toggle"] which hides CAPTCHA until user interacts with the form = 2.3 = * Added code that allows me to add custom update messages in preparation for a future release that will make this plugin require Contact Form 7 version 4.6 to run due to CF7 making WPCF7_Shortcode and wpcf7_add_shortcode() deprecated, the replacement function and class are not supported by older versions of CF7. * Updated text domain to meet new requirements for internationalization = 2.2 = * Removed unnecessary code that checked if image captcha existed in the Form * Added Italian translation (Thanks Mauro Giuliani) * Added Persian translation (Thanks Ava Darabi) * Added Spanish (ES) translation (Thanks Erick Carbo) = 2.1 = * Added a tag generator button to the contact form 7 form controls so you do not have to manually type in the shortcode into the form. The pro version will eventually include the image captcha styling options. = 2.0 = * Refactored code * Improved method to include style sheet so its only included when plugin is in use. * Fixed validation message, you will now see "Please select an icon." when icon is not selected on submit and "Please select the correct icon." when the wrong icon was selected on submit. = 1.5 = * Added Spanish (MX) translation = 1.4 = * Updated German translation (Thanks bkmh) * Added pro plugin details and link = 1.3 = * Added Bulgarian translation (Thanks Plamen Petkov) = 1.2 = * Improved German translation (Thanks Te-Punkt) = 1.1 = * Updated files and folder name * Added German translation * Added French translation (Thanks deuns26) = 1.0 = * Initial Release