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

peterpoe’s picture

Status: Active » Fixed

Fixed, thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.