"before" => "text" how do you hide it?

Support MB Conditional Logic "before" => "text" how do you hide it?Resolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10257
    Jason KinneyJason Kinney
    Participant

    I am using this to hide a fleld; however, the "before" text is not hidden:

    'hidden'    => array (
        'when'  => array (
            array (
                'static_or_rand',
                '=',
                'rand',
            ),
        ),
    ),
    #10258
    Jason KinneyJason Kinney
    Participant

    All other aspects of the field hide, except the "before"

    #10273
    Anh TranAnh Tran
    Keymaster

    Hi Alex,

    The "before" is not a part of the field and thus, it cannot be controlled by the conditions.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.