Hi there.
In order to allow "duplicate" values in a dropdown menu, I would like to edit the dropdown menu as follows:
Apples and Oranges | 50-1
Oranges and Lemons | 50-2
Pineapples | 50-3
tomatoes | 80-1
I need to remove the "-1", or "-2" from the dropdown menu's value for use in calculations.
How can I remove the this when I calculate my form fields?
Thank you