First update after 20 december 2024 needs extra attention!

Conditional Fields 2.5.5 and later use new folder and file names.
As a result, the plugin will deactivated automatically the first time that you update from version 2.5.4.
Please make sure to activate the plugin manually after the update.

Read more

2 checkboxes

Form

    Show the group if you select one and three

    onetwothree

    One AND three are checked!

    Form Code

    Show the group if you select one and three
    
    [checkbox checkbox-1 "one" "two" "three"]
    
    [group g1]
    One AND three are checked!
    [/group]

    Conditional Fields (Text)

    show [g1] if [checkbox-1] equals "one"
    and if [checkbox-1] equals "three"