• In my contact form I have a drop down with department options which will choose the recipient. I used the pipeline to include the appropriate email to each option. When I choose from the list it only sends to the email address I have listed for the first option.

    It should also be noted that i am using conditional logic, so the drop down with the emails the is visible based on what is selected in the previous drop down. I have jquery hiding and displaying the appropriate drop downs based on the selection, so maybe this is throwing things off?

    Here’s the code for my email drop down:

    • <div class=”hide” id=”hide1″>
      <label for=”admin”>Request For</label>[select* email id:not-awesome class:contactForm
      “Suggestion for Public Website|1@gmail.com”
      “Custodial|2@gmail.com”
      “Security|3@gmail.com”
      “Sub Pool|4@gmail.com”
      “Emerging Ideas|5@gmail.com”
      “Volunteers|6@gmail.com”]
      </div>’
    • Any thoughts?

      Thanks!

      https://wordpress.org/plugins/contact-form-7/

  • The topic ‘Dropdown only recognizing email in first selector/pipeline’ is closed to new replies.