- Posts: 417
- Thank you received: 34
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.js"></script> <script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ $('#question{QID} input:text').mask('S0S', { translation: { '0': { pattern: /\d/ }, 'S': { pattern: /[a-zA-Z]/ } } }); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.