• Hello,

    I have this code for checkbox:
    [checkbox checkbox-test use_label_element “Test|Test 1” “Test 2|Test 3”]

    I have also added the below code to my wp-config.php file:
    define(‘WPCF7_USE_PIPE’, true );

    In your website i saw “You can use this usage of pipe only in the drop-down menu values, radio buttons or checkboxes.”, but it not works.
    When i checked in this forum i saw that some people had this problem too and it was from 2 years ago.

    Do you have any suggestions on how to resolve this issue? And why not make a plugin update?

    Best regards,
    Ivanka

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter itoshkova

    (@itoshkova)

    Hello,
    Thank you for your response.
    I am working locally at the moment.

    I have:
    <div class=”fasteners”>
    <h4>Винтове, Гайки, Шайби</h4>
    [checkbox checkbox-958 use_label_element “Винтове, самонарезни, самопробивни, резбоформиращи|1” “Секретни (осигурителни) винтове|2″]
    </div>

    Output:
    <div class=”fasteners”>
    <h4>Винтове, Гайки, Шайби</h4>
    <p>
    <span class=”wpcf7-list-item”>
    <label>
    <input type=”checkbox” name=”checkbox-958[]” value=”Винтове, самонарезни,
    самопробивни, резбоформиращи”>
    <span class=”wpcf7-list-item-label”>Винтове, самонарезни, самопробивни,
    резбоформиращи</span>
    </label>
    </span>
    <span class=”wpcf7-list-item last”>
    <label>
    <input type=”checkbox” name=”checkbox-958[]” value=”Секретни (осигурителни) винтове”>
    <span class=”wpcf7-list-item-label”>Секретни (осигурителни) винтове</span>
    </label>
    </span>
    </span>
    </p>
    </div>

    The value have to be 1 and 2, but it is like the label.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pipe not working from a lot of time’ is closed to new replies.