Closed (works as designed)
Project:
Bootstrap Horizontal Tabs
Version:
8.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2022 at 14:16 UTC
Updated:
14 Apr 2022 at 16:15 UTC
Jump to comment: Most recent
Comments
Comment #2
mark_fullmerThis module is not intended to be used for building forms with horizontal tabs. It is for presenting horizontal tabbed content to end-users.
For creating forms with horizontal tabs, you could explore using https://www.drupal.org/project/field_group . With this module, you can either use the Manage Fields UI to set fields to be displayed with horizontal tabs, or you can use form_alter() logic, along with the module-provided horizontal_tabs field element, as shown below:
Alternatively, you could use this module (Bootstrap Horizontal Tabs) as a model for rolling your own horizontally-tabbed form using the underlying Bootstrap library: https://getbootstrap.com/docs/5.0/components/navs-tabs/
Comment #3
gravelpot commented