• I am currently trying to use Contact Form 7 on one of my WordPress Sites, located here, https://www.nwpres.org/contact. I am trying to select mutiple recipents. but it doesn’t work. Here is what I have for my code..

    <p>Select your Recipient<br />
    [select* your-recipient include_blank "General Information|[email protected]"
    "Dr. Benton Trawick, Minister|[email protected]"
    "David Smithey (Smitty), DCE and Youth Minister|[email protected]"
    "Calendar Request|[email protected]"
    "Webmaster|[email protected]"] </p>
    
       <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Subject (required)<br />
        [text* your-subject] </p>
    
    <p>Your Message (required)<br />
        [textarea* your-message] </p>
    
    <p>[submit "Send"]</p>

    And with that the form to select recipient does not work, and I am at a loss to fix it. I followed the directions here, https://www.ads-software.com/extend/plugins/contact-form-7/ but as you can see on the contact form, it doesn’t work! Please someone help me!

    Michael McNeill

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7] Form with Mutiple Emails’ is closed to new replies.