- Posts: 31
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{if(intval(qVal.value)==0 and sum(self.NAOK)>3, '<span style="color:red;">Invalid choice</span>', '<span style="color:green;">Valid choice</span>')}
Could this be a question type or EM function related issue?tpartner wrote: That seems to be a bug. The if() statement in the question validation tip is only evaluated on page load, not dynamically as the questions are answered.