Cv5 send to multiple emails from dropdown selection

ltempest 01 Jun, 2018
Hello,
I have a dropdown with various options that the user selects which person to send the form submission to.

However I now need to have this form sent to two different email address when a dropdown selection is chosen. Originally I had:

email_address_1=Sales
email_address_2=Returns
email_address_3=Delivery

And then in the email Setup I'd have the email id in the dynamic To field. This worked fine, but now when I try and add more option like so:

email_address_1,email_address_4=Sales
email_address_2,email_address_5=Returns
email_address_3,email_address_6=Delivery

And test the form it only send to the first email and not copied to the second email. How can I setup the dropdown to send to these two separate addresses?

Thanks
Lee
This topic is locked and no more replies can be posted.