How to set a textfield that only accept number and comma (,) symbol ?
i use adobe acrobat XI pro and i want to set a text field in pdf form that only accept number and comma (,)
for example i can input 12 or 1,2
12 numeric or 1,2 numeric with comma (,)
the text field can accept number and the text field can accept numeric with comma (,) too
i've already used this code but it only accept number and reject the comma (,) symbol
"if(Math.floor(event.value) != event.value) { event.rc = false; app.alert("Enter integr values only"); }"
thanks for any help,
kurt
