• Resolved azgtoth

    (@azgtoth)


    Hi all, 
    
    How can I use US ZIP Code, it's same to the brazilian CEP? ?
    
    Could you help me?
Viewing 1 replies (of 1 total)
  • Plugin Author Petermann

    (@ivanpetermann)

    Hi @azgtoth,

    Try this…

    <script type="text/javascript">
        jQuery(document).ready(function($){
            $("input[name='INPUT_NAME']").mask('00000');
        });
    </script>

    More details: click here.

Viewing 1 replies (of 1 total)

The topic ‘US ZIP Code’ is closed to new replies.