• Resolved cncdev

    (@cncdev)


    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?

    • This topic was modified 6 years, 5 months ago by cncdev. Reason: spelling

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Sorry for the late reply. The link you shared seems to be working fine. What’s the problem?

    Thread Starter cncdev

    (@cncdev)

    I am in the process of redoing it using injected JavaScript so the example no longer applies. But the “Member Type” should display either “Federal Tax Classification” and “Federal Tax ID” or “Social Security #” and “Date of Birth” based on if you select “Individual” or “Business Entity”. Then filling out whichever group it unhides should then reveal the “Contact Info” group. Something about this plugin always evaluates as true when you try to do this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Convergent operations not working’ is closed to new replies.