has anyone given thought about integrating this module (conditional fields) with flexifield fields?

Comments

pvhee’s picture

Probably integration comes out of the box if the module implements the CCK hook hook_content_is_empty. This hook is used to check whether the field is empty or not, which in turn is used to compute the completeness. I haven't tested it with flexifield yet, but if it is a CCK module it should work.

abaddon’s picture

it does implement that hook, but i meant it in a more specialized way,
the flexifield module allows you to use several CCK fields as one single CCK field, allowing you to use things like "Add more" for a group of fields as if it is just 1, kinda like the developing multigroup module for CCK
i was asking if anyone thought/needed to implement content complete for each of those subfields CCK flexifield aggregates,
i might need this for a project, but im not yet sure on implementation and possible complications

pvhee’s picture

Status: Active » Closed (fixed)

Closing old issues, integration with flexifield should work since it is a normal CCK field.