Form
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
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"