Hi, is there a fix for this problem? It is frustrating for the user to have the question validation messages pop up, even when they have not answered yet. I have attached a screenshot of the issue - the message pops up the moment the participants click "start"
The messages you are referring to are "question tips" and/or "EM tips".
For individual questions, you can set "Hide tip" to Yes in advanced question settings.
Suppressing them all is done in your template.css file by adding some code at the end:
Thanks there - I have hidden the question tips (which are a different thing); these ones are question EM errors - it seems that EM is throwing an error even though the question was not even submitted yet.
<span class="fa fa-exclamation-circle" aria-hidden="true"></span>
The sum must equal 100.</div>
<div id="vmsg_1740_value_integer" class="em_value_integer emtip good">
<span class="fa fa-exclamation-circle" aria-hidden="true"></span>
Only integer values may be entered in these fields.</div>
</div>
What kind of template are you using? If not a standard template that comes shipped with LS: try it with one of the standard templates and see what happens?
What version of LS are you using? Can you show an example? My guess is that this is some kind of problem with your questionnaire, because otherwise we would have a lot more discussion about this here in the forum.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
For such behaviour , have exactly needed solution, i like to use Sub-question validation equation + the tip with some {if(empty(self),"",if(self<0,"Need to be up to 0",""))}
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Not really … i think yes, but it's the default behaviour from default template.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.