=== Contact Form 7 Add Password field === Contributors: Kimiya Kitani Tags: contact form Requires at least: 6.2 Requires PHP: 7.4 Tested up to: 6.3 Stable tag: 4.1 The plugin is to add a password filed to Contact form 7 plugin. == Description == The plugin is to add a password filed to Contact form 7 plugin. ex. [password example] (optional) / [password* example] (required) == Installation == It's the simple. Please install this plugin and activate it. == Frequently Asked Questions == = How to use the ability of the password check? = Enter the value of the "name" on the field if you wish to verify a value of a password field. Ex. If you set [password password-100], set [password* password-101 password_check:password-100]. Please pay attention a miss with uppercase and lowercase letters. = How the use the ability to display a password? = Set the "id" and the value sets same as "name" value. Ex. If you set [password password-100], change to [password password-100 id:password-100]. The feature uses the library(Web fonts and CSS) of Font Awesome ( https://fontawesome.com/ ). = How the customize the validation check? = Please see the follwoing document. https://info.cseas.kyoto-u.ac.jp/en/links-en/plugin-en/wordpress-dev-info-en/cf7-add-password-field_en == Screenshots == 1. Setting of Contact Form 7 2. View of Contact Form 7 == Changelog == = 4.1 = * Update the css and webfonts powered by fontawesome.com from 5.15.4 to version 6.4.2. * New "hideIcon" option has been added. By setting this, it can hide the icon for displaying passwords. * Tested up WordPress 6.3 with PHP 8.2. = 4.0 = * Fxied the issue for the version 5.8 of Contact form 7; Since the version 5.8 of Contact form 7 ignores the id attribute if the same ID is already used for another element. * Changed to require WordPress 6.2+ and PHP 7.4+ according to the specifications required by Contact Form 7 itself. = 3.31 = * Fixed some error message. = 3.3 = * Added "specific_password_check" option for matching with specific passwords specified in advance. = 3.2 = * Fixed the markup changes in form controls, such as error message, since the version 5.6 of Contact Form 7 plugin (https://contactform7.com/2022/05/20/contact-form-7-56-beta/). * Tested up 6.1 = 3.1 = * Fixed misspelling of id in maxlength on input tag (it was naxlength). = 3.0 = * Fixed the password strength check. = 2.10 = * Added character count option "minlength" ad "maxlength" implemented in Contact Form 7 plugin. * If both of "password_min" and "minlength" are set, the "minlength" setting takes precedence. = 2.92 = * Fixed one of language translation. * Tested up 6.0 = 2.91 = * The css and webfonts powered by fontawesome.com for the password display icon was involded to the plugin for supporting an offline or CDN. = 2.9 = * Added the hook "wpcf7_k_password_validation_filter" for customizing the validation check. Please refer to the FAQ for details. = 2.8 = * Added the ability to display a password. Please refer to the FAQ for details. = 2.7 = * Fixed some language transtaion. * Added the ability to verify a field value like a password. = 2.6 = * Fixed the error message regarding the description on the password generation form. * Tested up 5.7 with PHP 8.0 * Tested up 5.8 = 2.5 = * Added two restrictions; "Number of characters", “Password Strength". * Tested up 5.5.1 with PHP 7.4 * Tested up 5.6 with PHP 7.4 = 2.4 = * Fixed the issue where hook "cf7-add-password-field-features" were not available. * Tested up 5.5 with PHP 7.4 = 2.3 = * Add the option of placeholder text (https://contactform7.com/en/setting-placeholder-text/). * Tested up 5.3.2 with PHP 7.4 = 2.2 = * Tested up 5.3.1 * Add the hook "cf7-add-password-field-features" for customizing wpcf7_add_form_tag option. = 2.1 = * Tested up 5.2.4 with PHP 7.3. * Fixed the arguments of load_plugin_textdomain as WordPress 3.7 or later. = 2.0 = * Tested up 5.2.2 with PHP 7.3. * Support "Password" form button. = 1.0 = * First release. == Upgrade Notice ==