So I have researched the forum to answer the question of how to make
certain fields in a form required if a value is entered in another
designated field, and not required if no value is entered in the
designated field.For example:There is a field titled QTY_paper, and if a
value is entered into QTY_paper, then the field PROGRow1 should become
required.If no value is entered into QTY_paper, then PROGRow1 is not
required.I've tried both FormCalc and Javascript, but with no results.
In FormCalc I a...