I'm trying to use pipes and selectable recipients, having followed the example in the documentation, but the select box is not being displayed at all. This is my contact form code:
[select your-recipient-1 "Information|info@example.com"
"Press|press@example.com"
"Webmistress|websmistress@example.com"]
[text* your-name akismet:author] <label>Your Name*</label><br />
[email* your-email akismet:author_email] <label>Your Email*</label><br />
[text your-subject] <label>Subject</label><br />
<label>Your Message</label><br />
[textarea your-message]<br />
[submit class:button "Send"]
When I look at the source code of the page, that select box is not even generated. What am I doing wrong?