Hi guys,
I'm having a little trouble, I've searched for a solution in other posts but find nothing. Hope this is not a repeated one :)
I need a field to be formated like this E0******, wich * are only numbers (0-9).
The user can only insert an E or e at the beggining and the follow are numbers.
Anyone can help me, please :)
Thanks in advance.
if (event.value!="") event.rc = /^E0\d{6}$/i.test(event.value);
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com