Nested conditional statements causing conflict.

  • Kaltucker
    Asked on February 1, 2018 at 3:18 PM

    I have a conditional statement that is working correctly to show additional fields when a drop down option is selected.

    Of those newly displayed fields, I would like another conditional to show another field when a drop down item is selected.

     

    The way that I have this setup, the field is always showing despite having the conditional setup.

     

    Fields to reproduce:

    "I need a roommate selected" - "my significant other is attending"

    Visa information should only be displayed when Country of Citizenship does not equal United States.



  • Jed_C
    Replied on February 1, 2018 at 4:50 PM

    With nested condition, you will need to divide your forms into small parts. To achieve that, you can use the section collapse. 

    1517521532section collapse Screenshot 10

    Dividing the forms into sections will avoid conditional conflict. In your case, the conflict was that the "I need a roommate selected" - "my significant other is attending" is already showing the Visa information field then you hide it again with the Country of Citizenship condition.

    Your options are to create a section collapse or remove the Visa Information in the "I need a roommate selected" is equal to "my significant other is attending" condition. I've made a clone of your form, you can check and test it here https://form.jotform.com/80316055601951.

    Let us know if you have any questions or if you need further assistance.