- Edited
Hi Guys,Currently, if you store a phone number in this format: +44 (0) 1234 567 890 it will save like this: 4401234567890.Now, I can see why the phone numbers were stored this way (it's easier to validate as a phone number if you just store digits, plus the database can be set to numbers only rather than varchar), and honestly, it wouldn't be a problem if all our offices and clients were in the same country.However, could there be some way to save phone numbers in this format? Perhaps it's possible to compromise by adding a national prefix field?