- Posts: 14
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
<script> $(document).ready(function() { $('#question{QID}').hide(); }); </script>
Code: Test Question: Test is working Help: Type: Text display
We thank you for completing this survey. {Test}
Is that still working under LS 3.0?Ben_V wrote: try to hide your question using javascript rather than advanced setting (set always visible). $('#question{QID}').hide();
{if(((WouldRecommend.NAOK == "Y") and (( ! is_empty(OverallExperience_1.NAOK) && (OverallExperience_1.NAOK == 1)) or ( ! is_empty(OverallExperience_1.NAOK) && (OverallExperience_1.NAOK == 2)) or ( ! is_empty(OverallExperience_1.NAOK) && (OverallExperience_1.NAOK == 3)))),"TRUE","FALSE")}
jelo wrote:
Fourth issue:
Piping seems to work with equation type, but it not transporting everything (embedded javascripts seem to be stripped, haven't investigated)