- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 01:33 PM
Is there a way to render sections as tabs without explicitly using the tabs component when using a form component?
Solved! Go to Solution.
- Labels:
-
UI Builder : Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 07:48 AM - edited 06-27-2023 07:49 AM
The only way to do it now is with tabs component.
If you open your record in UI Builder, you can add a repeater tab and pass record sections to data array.
Then you need to add Form component to this tab and configure fields you're passing there. Just use record form preset and modify sections field with script like that:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 07:48 AM - edited 06-27-2023 07:49 AM
The only way to do it now is with tabs component.
If you open your record in UI Builder, you can add a repeater tab and pass record sections to data array.
Then you need to add Form component to this tab and configure fields you're passing there. Just use record form preset and modify sections field with script like that:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 08:21 AM
Super helpful thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 10:02 PM
I am able to get the form sections to repeat, and in the preview, I see the fields appear below. However when I go to the experience URL, I don't see the fields. It's just empty tabs with no options to collapse or uncollapse or anything of that nature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 03:19 AM
adding a container to hold the form was my issue. I didn't have one previously
structure must be:
- Tabs
- Repeating Tabs
- Column Layout
- Column 1
- Form
- Column 1
- Column Layout
- Repeating Tabs