I have built a form and I'm trying to come up with a way to make it mandatory for the "Percent" field to total 100%. The person filling out the form can either put 100 in the first row, or can add additional rows and assign each a certain percentage, but the rows must total 100. If they do not, I don't want the form to proceed.
How do I go about doing this?