• I am trying to have a drop down list cities, and the form should send to two (2) emails depending on the selection. I am aware that a pipe ( | ) character can be used to mask the email address:

    “City|city@domain.com”

    but I’ve tried adding multiple emails on that. The form submits fine, and says it was sent, but I never receive the message in my inbox:

    “City|city@domain.com,name@domain.com”

    As soon as I remove the second email, it works fine again. . .

  • The topic ‘WPCF7 multiple emails on drop down with pipes’ is closed to new replies.