Forums Bug Reports Thread

Phone number field needs auto-formatting with country code adaptation

Patrick Bass · May 26 · 27 · 1 Locked
[Minor] [Normal Priority] [Bug Fixed] [Always Reproduces]
🚀 OP May 26, 2026 9:09am

What happens: On /account/settings?tab=personal, the phone number field is a plain text input with no formatting assistance. Users must manually type country codes, parentheses, and dashes.

Expected: Auto-format phone numbers based on the selected country. For US: +1 (NNN) NNN-NNNN with automatic insertion of +, (, ), and -. Should adapt formatting rules when a different country is selected.

Impact: Inconsistent phone number data entry; no validation feedback; poor UX.


Patrick Bass
@mobieus

🚀 May 26, 2026 9:32am

Resolved. Added inline JavaScript on /account/settings that auto-formats the phone field based on the selected country. US/Canada: +1 (NNN) NNN-NNNN. UK: +44 NNNN NNNNNN. Australia: +61 N NNNN NNNN. Mexico: +52 NN NNNN NNNN. Other countries get +CC prefix. Formats on keystroke, paste, and country change. No external libraries. Deployed to all tenants.


Patrick Bass
@mobieus

Log in or register to reply to this thread.