UI Builder: Form tabs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 01:04 AM
Hi Everyone,
In UI Builder form component.
Will this form tabbing possible in UI Builder Form component?
- Labels:
-
Now Experience UI Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 12:06 PM
I also faced the similar challenge where I needed to show form in a tabbed view.
Workaround Solution -
1. I ended up creating multiple Form Views for the table, Eg., For each separe section of form I created one view.
2. Than, on the UIB, I added one Modal and Glide Form Data Resource
3. In the Modal I added one Tab component. Created four Tabs with Section title.
4. In each Tab added form Component, and on Tab click event update formView state that I had mapped with GlideForm Dataresource.
5. So this ended up as a Tabbed Form For Me.
** Note - Please add one Loader and handle its state with Glide Form events, "Data resource fetch initiated" and data resource fetch succedd.
Please give a helpfull and thumbsup.
Thanks
Akshay