Support Forum ยป User Profile

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Select with custom values? #2261
    killwilkillwil
    Participant

    Thank you Anh I try it and let you know.

    in reply to: Select with custom values? #2205
    killwilkillwil
    Participant

    Hi, for example I would like to fill with published gravity forms (which are in a specific tables)... It's dynamic datas so I cannot prefill them...

    in reply to: Adding unique key to rows #2056
    killwilkillwil
    Participant

    I try with _value filter to save a blank field with a default value but no more luck...

    add_filter('rwmb_row_id_value', 'rwmb_row_id',10,3);
    function rwmb_row_id ( $new, $field, $old )
    {
    	if ($old == '') $new = uniqid();
        return $new ;
    }

    $old doesn't give me the old value of the field...

Viewing 3 posts - 1 through 3 (of 3 total)