+ Reply to Thread
Results 1 to 4 of 4

Thread: Listing Field phone number length

  1. #1

    Listing Field phone number length

    Hi there,

    I there any way to change the phone number length from maximum length of 9 to 10?

    Cheers,
    Thomas

  2. #2
    you have to do one small change to be able to enter length more than 9.

    Open admin/tpl/block/fields/add_edit_form.tpl file and find code ~335 line


    Code:
    Only registered members can view the code.
    and change maxlength="1" to maxlength="2"

  3. #3
    Works perfect,

    much thanks Mike

  4. #4
    Junior Member
    Join Date
    Jan 2017
    Location
    Brasil
    Posts
    23
    thanks for sharing

+ Reply to Thread