UI Builder: Form tabs

Tadz
Tera Guru
Tera Guru

Hi Everyone,

In UI Builder form component.

Will this form tabbing possible in UI Builder Form component?

find_real_file.png

10 REPLIES 10

Akshay Gupta2
Kilo Sage

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