Hi.
First, I love contact form 7; thanks, it works well!
I have a need to send email to multiple people -- all teachers at a school .. 23 people.
I can create 23 separate contact forms, and create 23 separate pages to contact each person, but it would make the most sense to have a <select> within the form to identify to whom the form should be submitted. The 23 separate forms appears to be a nightmare to keep updated as teachers come and go over the years.
I clearly don't want to put email addresses within the <select> (why not just include mailto: tags if I want to publish email addresses!); I can use select to include just the part of email address to the left of the @ sign, but ... that's not clear to the user. He wants to contact "Glenn Sonlifter" .. would he recognize "grsonlift" as the person he wants to contact? Doubtful.
What would be nice is if the <select> had a way to put the "grsonlift" as what is submitted, while the user sees "Glenn Sonlifter". I know HTML <select> has this option, but unclear if it's possible to do using Contact Form 7.