We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e40c44 commit 93523b6Copy full SHA for 93523b6
entries/validate.xml
@@ -118,7 +118,7 @@
118
required: true,
119
email: {
120
depends: function(element) {
121
- return $("#contactform_email:checked")
+ return $("#contactform_email").is(":checked");
122
}
123
124
@@ -136,7 +136,7 @@
136
// min needs a parameter passed to it
137
param: 15,
138
139
- return $("#bonus-material").is(':checked');
+ return $("#bonus-material").is(":checked");
140
141
142
0 commit comments