Multiple Conditional Logic

Support MB Conditional Logic Multiple Conditional Logic

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2835
    brightcreationsbrightcreations
    Participant

    I have an issue how to make multiple cndition on one field for example show field if value of select box equal 1 OR 2

    #2839
    Tan NguyenTan Nguyen
    Participant

    Simply use in operator, like so:

    
    'visible' => array('select_field', 'in', array(1,2))
    

    Regards,

    Tan

    #2988
    brightcreationsbrightcreations
    Participant

    Thanks it is working

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Multiple Conditional Logic’ is closed to new replies.