Is there a way to add values (1, 2, 3, 4) together, based on user selection?
Example:
Field 1 = 3
Field 2 = 1
Field 3 = 2
Total = 6
I am open to any suggestion but the basic principle is that the Field 1, Field 2, and Field 3 will receive user input: a 1, 2, or a 3.
Then the Total would be the sum of the Field 1, Field 2, and Field 3 (whether that is a drop down or radio button or just a text field does not matter too much).