Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.37
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
12 Jan 2013 at 22:12 UTC
Updated:
5 Feb 2013 at 17:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
Prague man commentedOf course, I have this custom content type allowed (enabled) here: http://www.auto-inzeraty.eu/admin/config/validation/clientside_validation/content-types
Comment #2
Prague man commentedok problem is with field group, if I set the group as collapsible or collapsed, CS module doesn't work. If I set group as open, that is worked.
Comment #3
attiks commentedComment #4
jelle_sActually this works as designed, and can be changed by a setting.
Clientside Validation does not validate hidden fields, as we do not know if the user will ever get to see the hidden field (this is to support modules like Webform Conditional)
You can either change this for every form, or only for your custom form:
For every form:
For only one form:

Either follow the same steps as described above and fill in your form id in the textarea:
Or follow these steps:
And you're all set. This way the hidden fields will be validated as well.
PS:
Comment #5
Prague man commentedThank you.