Results 1 to 3 of 3

Thread: Form Field Validation of PhoneNumber type

  1. #1
    Junior Member
    Join Date
    Jun 2013
    Posts
    25

    Default Form Field Validation of PhoneNumber type

    I am setting a Form Edit Field as a single line type then using Validation options to check if it is a PhoneNumber type. No matter what Format I chose it will not validate the number. I have gotten the Form Edit Field as a Tel Type to work with ddd-ddd-dddd but when I send it to a MySQL VarChar field it is a negative number. Trying to minimize the edit functions for retrieving and display the data back on another page for editing.

    Anyone know the syntax for PatternMatch?

  2. #2
    Senior Member
    Join Date
    Apr 2010
    Location
    Sydney
    Posts
    2,000

    Default

    setting validation on a phone number is a big mistake

    many times I want to buy something online, I can't check out because the form rejects Australian phone numbers

    do you want business from all over the world or only your local area?

  3. #3
    Junior Member
    Join Date
    Jun 2013
    Posts
    25

    Default

    I will only be doing business in the US right now. I will rely on my administrator to input the number correctly.

    Thanks for you input.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •