I currently have a dropdown field on a form that is being used to determine which email address to send the form data to. It has options similar to the list below. However, wherever there is a duplicate value, only the last option with that value shows up in the list for selection (For instance, PC, Printer, and Server all have the same value and only Server shows up on the list as a possible selection). Is there any way to have all the options show up in the list and still be able to have the form data sent to the correct address?
Options List:
tech@mycompany.com=PC
tech@mycompany.com=Printer
PTAC@mycompany.com=Network
tech@mycompany.com=Server
PCC@mycompany.com=Promethean
PTAC@mycompany.com=Video
rma@mycompany.com=Returns/RMA
service@mycompany.com=Other
Options Displayed on Form:
Server
Video
Promethean
Returns/RMA
Other
Options List:
tech@mycompany.com=PC
tech@mycompany.com=Printer
PTAC@mycompany.com=Network
tech@mycompany.com=Server
PCC@mycompany.com=Promethean
PTAC@mycompany.com=Video
rma@mycompany.com=Returns/RMA
service@mycompany.com=Other
Options Displayed on Form:
Server
Video
Promethean
Returns/RMA
Other