How would I set up a validation of a phone number.
Would at the end need a format that can be used for export into iphones (format with country code no 0 at area code)
Not even sure, how the regex are handled by CB files.
Have been trying to get only numbers something like [0-9], but it did as well accept alphaletters.
Did I use wrong regex or does the php code needs to be adapted as well?
Any experts out there?
Help greatly appreciated.