Send form to different email addresses depending on dropdown choice?
I have a form which needs to be sent via a submit button to specific email addresses which are determined by what the user chooses. There are two dropdown boxes which will determine the location i.e.
Dropdown1 choice: London
Dropdown2 choice: Electrical
This will send it to the London office Electrical Team
Dropdown1 choice: Bristol
Dropdown2 choice: Construction
This will send it to the Bristol office construction team.
There are 6 options in Dropdown1 and 4 options in Dropdown2
I am using Acrobat Pro DC and javascript however cant get it to work. Any Ideas?