Hi,
though the entire validation equation is not visible, at the moment LimeeSurvey behaves correctly.
There is an error: The first row is not filled.
I agree: It is not easy to create a validition equation to check "!is_empty" when initially the field is empty.
And please remember:
The question validation tip may contain functions:
You may say:
{if(error condition,"Text 1","")}
So, only if there is an error the text is displayed.
Of course you may hide the whole "tip" container, by
<style>
.question-valid-container {display:none}
</style>
In that case you will see the following
(Looks like this first question of your survey which I thought had to be dynamically.
In my opinion only this one has one first mandatory row.
In following questions - after you know the number of stages - all stages are mandatory)
The popup anly appears after clicking "Next".
And I'd display a message in the help text about the mandatory first row.
So the initially red surrounded fields are acceptable.
Best regards
Joffm
Oh, you sent your survey while I was writing.
I'll have a look.
No, nothing else to say.
One more word:
In my opinion then "Hide tip" option only hides the "system" tips, but not yours.