📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

616 Modules
403 Ready
212 Need Help
🏆 Leaderboard
Stable v1.1.9

International Telephone Input

maksold/international-telephone-input

Adds international telephone input with country flag dropdown to phone number fields. It formats and validates phone numbers using a jQuery plugin.

312
Downloads
Below average
0
GitHub Stars
6mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
4 errors , 44 warnings
L0 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.1.9 on Magento 2.4.8-p3
Dec 30, 2025

Share This Module's Status

International Telephone Input Magento compatibility status badge

README

Loaded from GitHub

International Telephone Input module for Magento 2

The module for Magento 2 based on a jQuery plugin for entering and validating international telephone numbers https://github.com/jackocnr/intl-tel-input/. The utilities script (build/js/utils.js) is a custom build of Google's libphonenumber.

Integration to Magento 2 a jQuery plugin for entering and validating international telephone numbers. It adds a flag dropdown to telephone fields, detects the user's country, displays a relevant placeholder and provides formatting/validation methods. At the current moment not all features implement for Magento 2., plugin provides such possibility.

Demo International Telephone Input module on Magento frontend

The demo page of a jQuery plugin, not Magento module.

Installation

  1. Go to Magento 2 root directory

  2. Enter following commands to install module:

    composer require maksold/international-telephone-input
    
  3. Enter following commands to enable module:

    php bin/magento module:enable MaxMage_InternationalTelephoneInput
    php bin/magento setup:upgrade
    php bin/magento cache:clean
    

Configuration

Stores > Configuration > Customers > International Telephone Input

International Telephone Input module config in Magento backend

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.