• Hello,
    since the last update I have an issue with phone numbers.
    The code was:
    [tel phone-prf minlength:3 maxlength:3 placeholder"your mobile prefix (without 0)"]

    It will bring an error, that looks like “the phone number is incorrect”.
    Is it possible that the conditions have been changed, such as there having to be at least 7 numbers.
    If I change the code like this:
    [tel phone-prf minlength:3 maxlength:10 placeholder"your mobile prefix (without 0)"]

    and I at least seven numbers entry this works. Is there a solution for this, since I need fields for the telephone prefix area code and telephone number?

    thanks

Viewing 1 replies (of 1 total)
  • Thread Starter Tilo

    (@netsales)

    Hello,

    Since there was no solution regarding the length of the number of characters, I solved it like this:
    [number phone-prf min:100 max:999 placeholder"your mobile prefix (without 0)"]

    This is not nearly as good for numbers as it is for length, but at least it works again.
    Unfortunately this (minlength/maxlength) does not work with numbers.

Viewing 1 replies (of 1 total)

The topic ‘phone number’ is closed to new replies.