Hi,

I've created a sandbox project to display webform fieldsets as vertical tabs. You can find it here: http://drupal.org/sandbox/lklimek/1199990 .

Unfortunately, it does not work with webform conditional - when you show a field it displays on the page even if vertical tab should not be visible. I've prepared a patch that should fix this problem. Please take a look at it.

Comments

lklimek’s picture

lklimek’s picture

Hi,

here is an updated patch - this one is intended to work properly with hiding complete fieldsets.

tedbow’s picture

@lklimek, sorry don't know if I would put this into the module but won't you be able to do something like this with custom javascript instead of patching this module. Maybe somehow react to the data() function running.