I have 2 check boxes made mutually exclusive, but each needs its own javascript. Can that be controlled with the export value of each check box? If yes, how do I code
The standard selection is to select Sets, however Form must be able to handle when a Customer only wants one piece of a set. So when Pieces is selected in the drop down, I have 2 mutually exclusive Check Boxes that turn on. However dependent on which check box is selected I need each check box to have independent code from each other. The code will open certain fields to complete and hide others. The code is nearly reversible between the two. Can this be done by testing for the export value of the check box? If yes how do I code?