Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter GabrielQueiroz

    (@gabrielqueiroz)

    ps. within the file “contact-form-7/wp-contact-form-7.php” this right

    if ( ! defined( ‘WPCF7_USE_PIPE’ ) )
    define( ‘WPCF7_USE_PIPE’, true );

    Thread Starter GabrielQueiroz

    (@gabrielqueiroz)

    includes/shortcodes.php
    CHANGE lines 138:

    if ( WPCF7_USE_PIPE ) {
    $pipes = new WPCF7_Pipes( $scanned_tag[‘raw_values’] );
    $scanned_tag[‘values’] = $pipes->collect_befores();
    $scanned_tag[‘pipes’] = $pipes;
    $scanned_tag[‘labels’] = $pipes->collect_afters();
    } else {
    $scanned_tag[‘values’] = $scanned_tag[‘raw_values’];
    $scanned_tag[‘labels’] = $scanned_tag[‘values’];
    }

    // $scanned_tag[‘labels’] = $scanned_tag[‘values’];

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Select Value’ is closed to new replies.