I am building an application users will use to edit attribute data about locations on a map.
I have a domain set up for my layer in my gdb that identifies what 'type' of building a location is.   I only want to display certain fields for my user based on what 'type' they select from the drop down.
If my use selected 'type a' from the drop down I want them to only see fields A,B,C.  If my user selected 'type b' from the drop down I want them to only see fields D,E,F. 
Is this doable in WAB?  If so, does anyone have a suggestion on the basic overview of how I would go about setting this environment up?