Avatar

Level 10

Hi,

If you use a numericField instead of a textField, you don't have to worry about characters being inputted.

With the numeric field you can comb it to 8 digits and the display pattern of num{99999999} will work. You don't need any validation script then.

Good luck,

Niall