Hi, We have Forms which contain 10 tabs. Each tab will have around 10

Hi,

We have Forms which contain 10 tabs. Each tab will have around 10 fields. Number of tabs displayed depend on the number of contacts the user wishes to enter. So, some processes may have just 1 tab and some may have all 10. Currently we are looking to reengineer this Form for Tempo. What would be the best replacement for Tabs?

1) Having 10 sections and showing/hiding conditionally.
2) Having just links on the screen and opening up a different screen when user clicks the link.
What would be in-line with the Best Practices? Suggestions are most welcome!
...

OriginalPostID-100579

OriginalPostID-100579

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Another good option for replacing tabs is to use an array of a!buttonWidget items. For your scenario each button could store the value of your contact array index into a local variable, place your sail components in a with() section and then each time a button is pressed you render that particular array of components.
Reply
  • 0
    Certified Lead Developer
    Another good option for replacing tabs is to use an array of a!buttonWidget items. For your scenario each button could store the value of your contact array index into a local variable, place your sail components in a with() section and then each time a button is pressed you render that particular array of components.
Children
No Data