Dear all,
I'd like to take some hidden notes on questions, like todos, ideas, references and put these directly into the question text. These notes should not appear when the respondents take the survey (ok, thats easy by defining a css class for hidden comments), but they also should not appear in the source code since they might contain confidential information. I think that these "completely" hidden comments would be really useful for working with LS (I use 2.6.4 LTS), especially for working in teams.
Is there a way to create comments that are hidden in the page source? Maybe by putting it into something the server has to deliver via <php>?
I naively tried by
Code:
<?php
/* This is some comment */
?>
but sure there is nothing the server has to process - so this comment is invisible in the html output, but shows up as-is in the page source.
Is there a way to achive such completely hidden comments, only visible in the question source in the LS admin interface? This would be really helpful.Thanks for your time!
Best
G