I have looked through the forums and have not seen a way to do what I want.
What I want is simple. I wanted all forms to submit successfully but if the sum of two of the fields is not equal to a given amount then I want the notification to be canceled.
Example:
If field 1 = 5 and field 2 = 5, the sum of those two fields is 10. Send the notification
If field 1 = 4 and field 2 = 7, the sum of those two fields is 11. Send the notification.
If field 1 = 4 and field 2 = 4, the sum of those two fields is less than 10. Don't send the notification.