Hi I have a text field on my form. I just want to be able to type in numbers, not text and I found this code, which I thought might work but it didn't.
var patt1=new RegExp(/^\d*$/);
event.rc = patt1.test(event.value);
The properties panel will also not let me select an action of numbers.
Does anybody know how or what script I use in teh validate script section to get this functioning please?
STEVE MITTEL
Senior Forms Designer
Texas Comptroller of Public Accounts