I have a form (not yet live) where users can choose from a number of different products, all optional, but I don't want them to be able to submit the form unless at least one of the products is chosen. It would seem to me that the easiest way to do this would be to not allow the form to be submitted unless total > 0 ... or is there a better, easier, already existing way to accomplish this?