How do I submit the pdf to 4 different emails/people depending on which drop down location is selected (1001, 1002, 1003, 1004) for example.
I have tried using the following:
if firstsite.text=1001
elseif secondbutton.text=1002
elseif thisbutton.text=1003
elseif thisotherbutton.text=1004
elseif anotherbutton.text=1
endif
Thanks for any help!