what is the difference between any and all in the conditional settings

  • socialrevenue
    Asked on July 21, 2015 at 3:02 PM

    I have a form with multiple possible scenarios. What is the difference between any and all

  • David JotForm Support Manager
    Replied on July 21, 2015 at 5:08 PM

    "All" means that all the conditions must be met in order to proceed with an action, example:

    If color is equal to yellow 

    and if color is equal to green

    show Hello

    "Any" means that if one condition or the other is met, the action will proceed: example:

    If color is equal to yellow 

    or if color is equal to green

    show Hellow