- Posts: 82
- Thank you received: 4
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).on('ready',function(){ console.log("Q1: {{ processString('{Q1_SQ001}') }}"); }); </script>
To be updated by javascript.tpartner wrote: Yes, if you explore the source for a normally inserted expression for a question on the same page, you would see the same <span> element. I have no clue why that span is inserted.
No : if you use TWIG : see ProcessString functiontpartner wrote: Possible solution - twig.readthedocs.io/en/latest/filters/striptags.html