So my form ( http://www.apparelgraphics.com/product-matrix/ ) works great... kinda.
Level one (Category) is just a drop down. Level two (product type) has conditional logic applied according to what is selected on the level one drop down. Level three (product) is the individual products themselves, which also have conditional logic applied according to the level two drop down. These 3 levels all work. Example:
Level one - T-shirts
Level two - Unisex Gildan Ultra Cotton
Level three - Product Details
The problem comes when Level one is changed to another selection (say Sweatshirts) the level three item from the previous selection still shows and as I select level two (a specific sweatshirt now) - that product will show in addition to the previous.
I need to know how to hide the entire level three (product) when level one changes. (essentially like resetting the form.)