Selectable Recipient Logic – Getting both values
-
Hello,
Using the logic from here : https://contactform7.com/selectable-recipient-with-pipes/ I have a form with 4 values and thus 4 email addresses.
For the rest of my question, the syntax will be [select* option “description1|email1” “description2|email2”]
In the body text of the email, I need it to say the description text from before the pipe, not the email address from after it. If i insert the tag [option] it prints the email1 or email2 address from after the pipe, where I want it to say the description1 or description2 that the user chose in the option field
It works for changing the email in the ‘To’ field, but how do I get the description1 or description2 to print in the email body?
Name: fred Option: description2 – (this would be sent to email2)
Name: Jim Option: description1 – (this would send to email1)
How do I do that?
The topic ‘Selectable Recipient Logic – Getting both values’ is closed to new replies.