- Posts: 19
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
'{{ processString('{QID}') }}'
{{ aQuestion.qid }}
<script type="text/javascript" charset="utf-8"> var qid = {{ aQuestion.qid }}; console.log("QID: " + qid); </script>