• Hi Jules,

    Thanks for offering this great plugin!
    I am wondering if OR operator is supported by the free version.
    I would like to show a specific group when a condition is met or the other is met.

    Regards,
    Mayumi

    • This topic was modified 3 years, 9 months ago by mayumibk.
    • This topic was modified 3 years, 9 months ago by mayumibk.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Hi Mayumi,

    Yes, OR conditions are implicitly assumed.

    So if you want to create a condition like this:

    show [group] if [field-1] equals "yes" OR if [field-2] equals "maybe"

    You should write it like so:

    show [group] if [field-1] equals "yes"
    show [group] if [field-2] equals "maybe"
    

    I get the part where they are implicitly assumed, but as I use the plugin I also get why it would be a nice addition.

    I have a form with field that could be visible if a dozen different conditions are met, and having to fill in only the new conditions without having to also fill in the action would be nice.

    Plugin Author Jules Colle

    (@jules-colle)

    I agree. Will keep it in mind for a future update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘OR operator’ is closed to new replies.