Pipe syntax not working for me
-
Hey guys,
I’m trying to use the pipe syntax as described in the docs, but it does not seem to work for me. If I use the exact example from the docs:
[select your-recipient "CEO|[email protected]" "Sales|[email protected]" "Support|[email protected]"]
But the output is:
<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 would have expected the value attributes to be email addresses.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pipe syntax not working for me’ is closed to new replies.