The plugin is to add a password filed to Contact form 7 plugin.
I’m happy to release version 2.5.
The version supports two restrictions; “Number of characters”, “Password Strength; for the password field.
- password_min
Required more than the specified number of characters the input. -
password_stregth
I prepared 4 types.
1 = Numbers only
2 = Include letters and numbers
3 = Include upper and lower case letters and numbers
4 = Include upper and lower case letters, numbers, and marks
ex. [password example password_min=10 password_strength=4]
Required more than the 10 number of characters the input and include upper and lower case letters, numbers, and marks
7th October 2020