-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
119 lines (84 loc) · 4.08 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
=== Jquery Validation For Contact Form 7 ===
Contributors: dnesscarkey
Tags: contact form 7 js validation, jquery validation, contact form 7 jquery validation, form validation, contact form 7 us phone number validation, file extension validation, url validation, credit card validaton, minlength validation, range validation
Requires at least: 3.0
Tested up to: 4.3.1
Stable tag: 3.1
New standard of validation for Contact Form 7 plugin.
== Description ==
This plugin adds jquery validation to your contact form 7. You will be able to validate extra validation rules like: url, date, credit card, phone number in the contact form 7 fields.
Benefits you get from this plugins.
* Adds Jquery Validation to Contact Form Fields.
* More faster validation than of contact form core validation.
* Allows field to be validated for url, date, credit card, number and more.
* Field Highlight features for invalid field data types.
* Error message for individual fields.
* Easy to to add validation rules. Just add class in contact form 7 fields.
* Interactive validation that your users love.
* Works with multiple forms now.
Validation Methods available.
* Required
* Email
* Url
* Date
* Number
* Digit only
* Credit Card
* US Phone number
* IBAN
<a href="http://dnesscarkey.com/jquery-validation/lite-version-demo/" target="_blank">Lite Version Demo</a>
Additional Validation Methods available in PRO version.
* Minimum Number - Makes the element require a given minimum.
* Maximum Number - Makes the element require a given maximum.
* Minimum Length - Makes the element require a given minimum length.
* Maximum Length - Makes the element require a given maximum length.
* Range Length - Makes the element require a given value range.
* Range - Makes the element require a given value range.
* Equal To - Requires the element to be the same as another one
* Extension - Makes the element require a certain file extension
* Require Group - Ensures a given number of fields in a group are complete.
Additional Features in Pro version.
* 4 different <a href="http://dnesscarkey.com/jquery-validation/validation-error-theme/" target="_blank">validation error theme</a> to choose from.
* Change <a href="http://dnesscarkey.com/jquery-validation/change-error-message/" target="_blank">validation error message</a>.
<a href="http://dnesscarkey.com/jquery-validation/pro-version-demo/" target="_blank">Pro Version Demo</a>
For Support Please Visit <a href="http://dineshkarki.com.np/forums/forum/jquery-validation-for-contact-form">http://dineshkarki.com.np/forums/forum/jquery-validation-for-contact-form</a>. We don't respond to tickets created here.
Don't forget to check the instructions in the setting page of the plugin.
== Installation ==
1. Upload the plugin jquery-validation-for-contact-form-7 files to the `/wp-content/plugins/` directory
1. Activate the jquery-validation-for-contact-form-7 plugin through the 'Plugins' menu in WordPress.
1. Select Jquery Validation For Contact Form 7 under Settings
1. Don't forget to check the instructions in the setting page of the plugin.
== Frequently Asked Questions ==
= Does it works with multiple contact form ? =
Yes, this plugin has been take care to handle multiple forms in a single page.
== Screenshots ==
1. Contact Form With extra jquery validation in front end.
1. Setting and Instruction For Jquery Validation For Contact Form 7.
1. Change Error Message
1. Validation Error Theme 1 (Lite Version)
1. Validation Error Theme 2 (Only Available in Pro Version)
1. Validation Error Theme 3 (Only Available in Pro Version)
1. Validation Error Theme 4 (Only Available in Pro Version)
1. Validation Error None (Lite Version)
== Changelog ==
= 3.1.1 =
* Added support for IBAN validation.
= 3.1 =
* Fixed Contact Form 7 loading icon issue.
= 3.0.2 =
* Tested with WP 4.2.3 and Contact Form 7 Ver 4.2.1.
* Latest jquery validation plugin
= 3.0.1 =
* Tested with WP 4.1.1 and Contact Form 7 Ver 4.1.1.
* Added more validation rules.
* Fixed PhoneUS validation.
= 2.0 =
* Tested with 3.9
= 1.1 =
* Multiple form issues fixed.
= 0.3 =
* IE issues fixed.
= 0.2 =
* Error Fixes
= 0.1 =
* First Release