I have created a content type and it has about 5 groups which are all vertical tabs.
For some reason the Field group label doesn't work for vertical tabs. the <h2>
tag is always: <h2 class="element-invisible">Vertical Tabs</h2>
. The title is always Vertical Tabs
regardless of what is set in manage fields
and it always has the class element-invisible
I noticed the exact same thing in some themes that use vertical tabs.
I also noticed that these themes have an extra heading tag above each vertical tab where it shows the heading for that group. (adaptivetheme) is a good example of this.
Anyway, to the actual question....
How do I add headings to each grouped section (vertical tabs) in my content type?
Note: this is for the actual form for adding content not the display of the content created.
Any help with this is very much apprciated.