Hello!
Need help to make a constant sum type question (sharing screenshot of example) to allow 'Integer Only' values for numeric fields. Also, I have a open text entry field in one of the choice options (Others- please specify_____)-> how do I also ensure this text field allows for alphanumeric.
I found a JS code in community but this is unfortunately not allowing 'Others' choice text to input alphanumeric:
jQuery("#"+this.questionId+" .InputText").on("input", function() {
this.value = this.value.replace(/[^0-9]/g,"");
SurajK Hey buddy, hope you are well? Just checking if you have any fix for this? Thanks much!
Question
Constant Sum question to accept 'Integer Only' values and allow alphanumeric choice text field?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.