[ad_1]
Here is the issue.
<label> Select Recipient (Required):
[select* Send-To “First|[email protected]” “Second|[email protected]” ] </label>
When I use the [Send-To] tag in the reply email, it yields ‘[email protected]’ or ‘[email protected]’ depending on which is selected in the dropdown.
What I want it to yield is ‘First’ or ‘Second’ in the reply email depending on the selection in the dropdown.
Is there a way to do this?
