Typo :
Line 54 in conditional_fields.module needs to be :
'#default_value' => variable_get('c_fields_js_'. $type, TRUE),
instead of
'#default_value' => variable_get('c_fields_js_', $type)
(string concatenation)
This causes the checkbox comes back checked after form submission no matter what.
Currently evaluating the module, which might just come handy and just in time :-) Thx !
Comments
Comment #1
peterpoe commentedFixed, thanks!
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.