Hello,

I'm new in Drupal, and I got this problem when I use "Conditional Fields" Module:
There are two content type: "Category", "Item". In "Category", there is a custom field of checkbox(Yes/No). In "Item", there is a custom field of select list which reference to "Category". Besides, there are some field in "Item" need to be shown when the "Category" selected is checked.
Does anybody know how to do this with "Conditional Fields" Module?

Thank you

Comments

leo_li created an issue.

peterpoe’s picture

Sorry, CF does not support out of the box dependencies between different node forms (let alone node forms of different content types). You will have to resort to custom coding for this.

leo_li’s picture

@peterpoe, thank you for your reply. It looks so difficult to do this.