At the moment your tool allows some conditional branching, namely that the display of a question can be limited to cases where the form-filler has given one or more answers to previous questions. This could be described logically as: - Show Question Z only if Answer A or Answer B or ...
Often, however, I want to do slightly different conditional branching, such as: - Show Question Z only if ( Answer A AND Answer B ) - Show Question Z only if NOT (Answer A)
It would be great if you could build in greater flexibility with the conditional branching, along these lines.
Agreed. I was just working on a form today where I wish I had the "NOT" logic. Wanted to display a question only if user had not selected one or more answers.
Actually that is probably more like a "NOR" boolean.
You can actually already create a 'AND' logic. See: http://app.formassembly.com/pages/support/conditionals#logic I realize though that it is not really intuitive solution.
The 'NOT' logic is definitely something we need to add to the Form Builder.