Search code examples
javascriptphpwordpresscontact-form-7

Receive Wordpress Contactform7 inquiries on multiple email addresses, based upon the department user choses


I am using Wordpress plugin Contactform7 for customer inquiries. I have a dropdown where customer chooses which dept. they are contacting. Now I want to send these inquiries to related dept that they choose.

E.g. If customer chooses, sales dept. in contact form dropdown, Then only [email protected] should receive the email and not marketing, accounts or other departments.


Solution

  • try This...

    [select your-recipient "Sales|[email protected]"
                        "Marketing|[email protected]"
                        "Accounts|[email protected]"]