- Posts: 19
- 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($) { $('#question{QID} input[type="text"]').inputmask( "9999", { placeholder:"0", numericInput: true } ); }); </script>