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.
I agree. Will keep it in mind for a future update.