- Posts: 15
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
border: {if(3==2, '2px', '20px')} solid black;
border: 20px solid black;
border: {if(AB05==2, '2px', '20px')} solid black;
border: <span id='LEMtailor_Q_0_4'>20px</span> solid black;
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:complete',function() { function extractContent(s) { var span = document.createElement('span'); span.innerHTML = s; return span.innerText; }; var my_value = extractContent("{AB05}"); alert(my_value); }); </script>
Try disabling AJAX in the survey theme options.I using values from previous pages. (Unless I misunderstand how LS functions)
<img src="https://localhost\jpgraph\generateimage.php?Param1={P1}&amp;Param2={P2}" />