PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Conditional Logic Options: "is, is not, greater than, less than, contains, start

  1. Hey! :)

    For the conditiona logic options

    What exactly do these options function for:

    Is:
    Is not:
    Greater Than:
    Less Than:
    Contains:
    Starts With:
    Ends WIth:

    Thank you!

    Daniel

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  2. David Peralty

    They do exactly what they say. They are comparison operators. So you can show a field if another field contains the word SHOW for example.

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  3. Thanks!

    What is the difference between "Is" and "Contains?

    Daniel

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  4. David Peralty

    When you do a comparison, is is exact, contains is not.

    Say you have a field that contains three answers:
    Answer 1 is Go
    Answer 2 is Go Jump
    Answer 3 is Rest

    If the user selects the second field and your conditional logic is:
    Show this field if field2 is Go
    then it won't show, but if your conditional logic is:
    Show this field if field2 contains Go
    Then field 2 will show when the user selects Answer 1 or Answer 2

    Posted 10 years ago on Friday May 17, 2013 | Permalink

This topic has been resolved and has been closed to new replies.