- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Identify this question var thisQuestion = $('#question{QID}'); // Define the suffix var newSuffix = 'ng/ml'; // Insert "Other" suffix $('input.text', thisQuestion).after(newSuffix); }); </script>