Plugin version: 4.2
Name/value pairs, using pipes, seems to no longer work.
Yes, i have read the documentation and even used the EXACT example used on the page:
[select your-recipient "CEO|ceo@example.com"
"Sales|sales@example.com"
"Support|support@example.com"]
but this prints out
<select name="your-recipient" class="wpcf7-form-control wpcf7-select" aria-invalid="false">
<option value="CEO">CEO</option>
<option value="Sales">Sales</option>
<option value="Support">Support</option>
</select>