- Posts: 18
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script> $(document).ready(function() { var thisQuestion = $('#question{QID}'); $('input[type=text]', thisQuestion).attr('type','password'); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.