- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
!is_empty(B1) OR !is_empty(B2) OR !is_empty(B3)
missed in the manual reading. thanks for the insight.tpartner wrote: You could place something like this in the "" Whole question validation equation " field for all questions:
Code:!is_empty(B1) OR !is_empty(B2) OR !is_empty(B3)