+ Reply to Thread
Results 1 to 8 of 8

Thread: There is an irregularity in the phone number

  1. #1
    Senior Member
    Join Date
    Mar 2015
    Posts
    130

    There is an irregularity in the phone number

    hello for phone number set up at admin Area length (4) Number length (7) character give to phone number . when user add thair number they can not put more then 11 character but when it s missing length ( 3 ) Number length (7) sistem accept.

    when user try to call Direct the number (000) (0000000) geting error callig ..

    please i want write Above the number entered put that much character 0r if put less number sistem give message put that much character on phone field

    thanks


    phone number carekter.jpg

  2. #2
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    How to implement this fix

  3. #3
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    I solved the problem

  4. #4
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    Ads?z1.jpg I solved the problem

  5. #5
    Hello Sahap,

    Try to implement code yourself. Open file: ftp://includes>>classes>>rlCommon.class.php find method: checkDynamicForm

    find group code for phone case 'phone':

    and above end of 'break;' add new additional condition:

    PHP Code:
    Only registered members can view the code
    save and check again.additional-condition-for-phone.jpg
    Last edited by Viktor; March 16, 2017 at 11:25 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Senior Member
    Join Date
    Mar 2015
    Posts
    130
    thank u very much viktor yes the sistem give message if missing number but just phone field do not come red..

  7. #7
    Hello Sahap,

    Open file: ftp://includes>>classes>>rlCommon.class.php find method: checkDynamicForm

    find code in the end of method:
    PHP Code:
    Only registered members can view the code
    and replace to:

    PHP Code:
    Only registered members can view the code
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  8. #8
    Senior Member
    Join Date
    Mar 2015
    Posts
    130
    thank u very much viktor it s work perfect
    Last edited by Sahap Gezer; March 17, 2017 at 03:07 PM.

+ Reply to Thread