I need a form field where the data can only be numbers and the field can contain up to 9 digits. So its OK if there's 5 numbers but there can't be more than 9 digits. I've tried setting up a number field with values from 1 min 999999999 max - didn't work. Also tried text field with a regular expression \d{1,9} but it didn't stop me at 9 digits.
Has anyone solved this?
Thanks
Sandy