- Posts: 351
- Thank you received: 41
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Other <span class="inserted-other"></span> option
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify this question var thisQuestion = $('#question{QID}'); // Move the text input $('.inserted-other', thisQuestion).append($(':text', thisQuestion)); }); </script>
Please Log in to join the conversation.