How can we disable tabs in a form, retaining the sections vertically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 01:19 AM
Hi,
I have sections added in a custom form say 'Sample Test' and I see that sections are appearing in tabs format.
But, I would like them to be shown not in tabs format but in vertical fashion as shown below. I see that there is an option in the system gear menu to disable Tabbed Forms. By disabling this option, it is going to take effect on all the forms.
But I want to disable the tabs only on my custom form. Please let me know how can we achieve this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 01:47 AM
Hi Dhileep,
Delete the section that you don't want in the form layout by following the below steps and add the fields under that section in the form layout by configuing form layout.
- Navigate to System UI > Form Sections.
- Select the form that contains the section you want to delete. For example, the Incident form. The name of the form section to be deleted should be displayed in the Caption field.
- From the Actions on selected rows menu, select Delete.
- Click OK to confirm the deletion.
To configure the form,
Right-click the form header and select the appropriate option for your version and select Configure > Form Layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 03:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2018 07:41 AM
g_tabs2Sections.activate(); //Activate form tabs
g_tabs2List.activate(); //Activate list tabs