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
Comment #1
jmary commentedChanged version to dev as the problem is in dev also.
Comment #2
bill.freelock commentedI 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.
Comment #3
bill.freelock commentedI 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.
Comment #4
Vote_Sizing_Steve commentedUnfortunately #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.