• Resolved justj03

    (@justj03)


    Is there a way to set up the form so that a user can select a location from a dropdown menu and that location serve as the email address the form sends to? Or if the dropdown selection can’t serve as the main email address, can the form be made so that it CC’s to the choice from the dropdown menu? Currently I have the Cc in the additional headers area as described by the Setting Up Mail link.

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Location (required)<br />
    [select* Location "Corporate Office Email" "Loc1-email" "Loc2-email" "Loc3-email"]</p>
    
    <p>Subject<br />
        [text your-subject] </p>
    
    <p>Your Message<br />
        [textarea your-message] </p>
    
    <p>[submit "Send"]</p>

    Thank you for any help.

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use dropdown menu as intended email address’ is closed to new replies.