Forum Replies Created

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

    (@jtem)

    Hi!
    I got it!
    I have introduced strtoupper in CF7FilterParser.php
    case ‘==’:
    $retVal = strtoupper($left) == strtoupper($right);
    break;
    and used
    [cfdb-table form=”Introducir presupuesto” filter=”ex_field4==$user_login”]
    I will donate for your plugin, but you didn´t helped me!!
    Jtem.

    Thread Starter jtem

    (@jtem)

    Hi again!
    I founded in “preg_match” the use of /b in order to get a word boundary, so I have tried to change the shortcode in this way:
    [cfdb-table form=”Introducir presupuesto” filter=”ex_field4~~/\b$user_login\b/i”]
    But this doesn´t run.
    I need that ex_field4=b$user_login and also that the variable b$user_login doesn´t have case sensivity.
    Must I have to write my own shortcode or is there any other way to do it?
    Thanks everyone in advance!
    Jtem.

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