I have a 3 tab form in Dataverse, displaying on the portal using a progress bar.
1-Contact tab -> 2-Details of X tab -> 3-Signature and submit tab
I have created Advanced Form steps and I am able to display the 3 tabs properly. However, the issue is that there is a dropdown field in Contact tab, and depending on the value selected in the dropdown, the appropriate Details tab needs to display.
The landing Contact tab and the last Signature tab are constant.
Ex.
In the Contact tab, if user selects choice A from dropdown -> Details of A tab -> Signature and submit tab
In the Contact tab, if user selects choice B from dropdown -> Details of B tab -> Signature and submit tab
In the Contact tab, if user selects choice C from dropdown -> Details of C tab -> Signature and submit tab etc.
Dropdown choices are 20 or so... How can I implementing switching of tabs depending on choice selected?