- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('input[ name="{SGQ}SQ001"]').prop('readonly', true); $('input[ name="{SGQ}SQ002"]').prop('readonly', true); $('input[ name="{SGQ}SQ005"]').prop('readonly', true); $('input[ name="{SGQ}SQ006"]').prop('readonly', true); $('input[ name="{SGQ}SQ007"]').prop('readonly', true); }); </script>
Please Log in to join the conversation.
Value to show : <input type='text' class='form-control' readonly>{TOKEN:ATTRIBUTE_1}</input>
Please Log in to join the conversation.