We are trying to create a case management system using xCP. There are different types of cases that this system needs to handle. And each type of case will need different data to be collected. So I am thinking of creating a Forms Builder form with 2 tabs (using tab component). The case type will be a drop down field on the first tab and once the user selects the case type, the second tab would need to change based on the case type. Here are a couple of options that I can think of, to implement the tabs -
1) Create separate tabs for each case type and only show the tab based on case type selected. All others will be hidden. The tab visibility would change at runtime.
2) Create one tab with text and fields for all case types. Only show the text and fields relevent to the selected case type.
Are the above options even possible? What is the best solution for this situation?