• Resolved cvc1968

    (@cvc1968)


    This code in CF7:
    [select your-recipient "CEO|[email protected]" "Sales|[email protected]" "Support|[email protected]"]

    Is rendering as:

    <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 DO have this in wp-config:
    define('WPCF7_USE_PIPE',true);

    And I’ve disabled all other CF7 Add-ons. Problem persists.

    Wordpress v4.8
    CF7 v4.8

    • This topic was modified 8 years, 11 months ago by cvc1968.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Selectable Recipient with Pipes

    The output looks correct.

    The same problem is happening to me, in my code I put it right but it does not render correctly.

    print from CF7
    code_make

    Render page
    code_render

    I think he should show something like this here

    <option value="não mostra 1">externo</option>
    <option value="nao mostra2">externo2</option>
    <option value="nao mostra 3">externo3</option>

    WordPress v4.8.1
    CF7 v4.8.1
    Flamingo 1.6

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pipes in Dropdowns do not work.’ is closed to new replies.