How to make a pop-up (app.response) where u can only fill in numbers?
Below is a part of my code. I currently have the text added to the pop-up windows that asks the users only to fill in numbers, but I am sure a couple users will not read it well enough. So my question is, how can I make sure the users can only fill in numbers and not letters or other symbols in the response box? Thanks in advance.
if (global.fileCounter==null) {
var cRTN = app.response( {cQuestion:"Fill in the correct document number. ONLY USE NUMBERS",cTitle:"DOC-number",cLabel:"DOC-"});
