Convergent operations not working
-
I have a dropdown that reveals one of two sets of options. Once that set of options is filled out, it is supposed to reveal the next part of the form. IE:
SHOW "type1" IF "member-type" EQUALS "1"; SHOW "type2" IF "member-type" EQUALS "2"; SHOW "section2" IF "type1-field1" NOT EQUALS "" AND IF "type1-field2" NOT EQUALS ""; SHOW "section2" IF "type2-field1" NOT EQUALS "" AND IF "type2-field2" NOT EQUALS ""; AND IF "type2-fieldd3" NOT EQUALS "";
In the above example, “section2” is showing up all the time. I think it is because the system is ignoring hidden values so the unselected group is always returning as true.
Is there a way to handle this using this plugin?The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Convergent operations not working’ is closed to new replies.