The expressions are stored in the FIELD_VALIDATORS table. You can use the Admin Layout editor to remove the validation on phone numbers.
The phone number expression was taken from:
-- http://www.regexlib.com/-- Expression : ^(?:(?:[\+]?(?<CountryCode>[\d]{1,3}(?:[ ]+|[\-.])))?[(]?(?<AreaCode>[\d]{3})[\-/)]?(?:[ ]+)?)?(?<Number>[a-zA-Z2-9][a-zA-Z0-9 \-.]{6,})(?:(?:[ ]+|[xX]|(i:ext[\.]?)){1,2}(?<Ext>[\d]{1,5}))?$-- Description: This allows the formatting of most phone numbers.-- Matches : [1-800-DISCOVER], [(610) 310-5555 x5555], [533-1123]-- Non-Matches: [1 533-1123], [553334], [66/12343]
Hi
Many thanks for that I have removed the RegExp from the FIELD_VALIDATORS table and it now works, incidentally the phone number that I was trying to enter was 01604 686736 for your reference.
I did find the layout editor but I could not see anywhere that I could amend the RegExp, had another look and still can't???
Anyway first hurdle over onwards and upwards, first impressions the product looks great :)
Regards
Andy