• Resolved weaverbird

    (@weaverbird)


    Can you leave the phone mask just “empty” … we have several length and forms of phone numbers … so a mask would not be useful – the link to ” jQuery masked input popup” is not working.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor vadim8vz

    (@vadim8vz)

    Thanks! I change the link on this week. https://github.com/digitalBush/jquery.maskedinput.

    For empty phone mask I create a new flag in admin panel. The choice will be available in the new version.

    Plugin Contributor vadim8vz

    (@vadim8vz)

    For use dinamic numbers in mask use this code (999) 999-9999? 99999

    From doc on github:
    You can have part of your mask be optional. Anything listed after ‘?’ within the mask is considered optional user input. The common example for this is phone number + optional extension.

    jQuery(function($){
    $(“#phone”).mask(“(999) 999-9999? x99999”);
    });

    Plugin Contributor vadim8vz

    (@vadim8vz)

    Hello, weaverbird. In version 1.7 available disabled phone mask flag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Phone Mask’ is closed to new replies.