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

checkbox

Form

    hi there

    hello there

    hey there

    Form Code

    [checkbox checkbox-1 use_label_element "hi" "hello" "hey"]
    [group hi]hi there[/group]
    [group hello]hello there[/group]
    [group hey]hey there[/group]

    Conditional Fields (Text)

    show [hi] if [checkbox-1] equals "hi"
    show [hello] if [checkbox-1] equals "hello"
    show [hey] if [checkbox-1] equals "hey"

    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"