Conditional field allows to trigger the availability of some fields and/or fieldsets according to other fields values.

I have a some fieldsets which appearance are triggered by some checkbox. The behaviour is ok if I'm not using vertical tabs. But If I am enabling vertical tabs my fieldsets are always appearing.

Comments

jmary’s picture

Version: 6.x-1.0-rc1 » 6.x-1.x-dev

Changed version to dev as the problem is in dev also.

bill.freelock’s picture

I have the same issue. I updated vertical_tabs from 6.x-1.0-beta5 to 6.x-1.0-rc1, and now the cck fieldsets on my forms are disappearing. It doesn't happen when I disable javascript. Very weird.

bill.freelock’s picture

I was able to fix this by unsetting 'Include new fieldsets in vertical tabs by default.' in Vertical Tabs settings at admin/settings/vertical-tabs. The vertical_tabs.js removes the fieldsets, but it fails to re-add them as vertical tabs.

Vote_Sizing_Steve’s picture

Unfortunately #3 only worked to 'break' the vertical tabbing of the content-type edit form. My add/edit node form is not being affected by the change - the vertical tabs do not respond to the controlling conditional field settings.