I have a drop down menu that has multiple choices. Each choice has a value associated with it that will be used in a calculation. Some choices have the same value. For example the drop down field is called Reward Program that include the following labels and values.
Air Canada = .01
United = .013
Amex = .014
Delta = .01
British Airways = .01
Chase = .01
The admin notification is setup to includes {all fields}.
The Problem
If a client selects Delta, BA, or Chase and submits the form, the notification will show the label as Air Canada which is the first choice with a value of .01.
Other selections with unique values appear correctly in the admin notification.
There appears to be a bug items with the same value. The first choice that matches the value is coming thru on the notification.