Multiple conditional statements

  • CenterforSalesExcellence
    Asked on October 21, 2014 at 10:49 PM

    Hi,

    We are using multiple conditions in our forms. Says the user is in Action item #1 and then selects "Yes" to add another action item #2, then the action item #2 shows up, and so on. We only allow up to 5 action items. But then when the user selects "No" in Action Item #1, the Action Item #2 does not shows up, but the rest of the action item #3 and so on are still on the screen. Is it possible to remove hide them too? I have stripped down the form just to show this. Here is the link to the form - http://form.jotform.us/form/42938525090155. Any suggestions are welcome. Thanks in advance.

  • CenterforSalesExcellence
    Replied on October 22, 2014 at 8:59 AM

    Hi Shadae,

    Yes, the issue is that if you select "no" on the first option, the second option does not display but the other options show up. The way to replicate this problem is to show all the options by selecting "Yes" and then select "No" on the first option. The second option does not display but the rest of the options still show up. Please see the screenshot below. Would it be possible for the other options do not display? Thanks.

     

    Multiple conditional statements  Image 1 Screenshot 20

  • CenterforSalesExcellence
    Replied on October 28, 2014 at 4:19 PM

    Hi Shadae,

    It is interesting that you reverse the conditions. I had both conditions for yes and no instead you just had the "No" condition, and that works. I am curious how the condition know what to do when user select "Yes" when there are only conditions with "No". Can you shed some lights on this? Thanks.