- Posts: 16
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script> $(document).ready(function(){ $('#question{QID} tbody tr td:last-child').each(function(){ var textinputid=$(this).find('input:radio').attr('id'); $(this).find('input:radio').hide(); $(this).append("<input type='text' data-copy='"+textinputid+"' />"); }); }); </script>
tpartner wrote: I'm not sure what those text inputs will do for you.
Have a look at this post - www.limesurvey.org/en/forum/design-issue...to-text-input#102550
.