Thread Starter
zisen
(@zisen)
But it does not work for me.
I create a form like
[select your-recipient "CEO|ceo@example.com"
"Sales|sales@example.com"
"Support|support@example.com"]
But getting
<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>
I use WP 4.3.1 and CF7 4.3
What may be the cause of such behaviour?