How to add dashes/format, US phone numbers 301-345-5656 | XM Community
Skip to main content
Solved

How to add dashes/format, US phone numbers 301-345-5656

  • June 6, 2022
  • 2 replies
  • 87 views

Forum|alt.badge.img

I found one script in the search but the scrip has an error when I try to save it.
Does anyone have a easy solution to add a -/dash to format a phone number (example: 301-456-7891)?
The below scrips errors on me
error.jpg

Best answer by TomG

You are missing

});
at the end of the
.on('keypress'
function.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • June 6, 2022

You are missing

});
at the end of the
.on('keypress'
function.


Forum|alt.badge.img
  • Author
  • 7 replies
  • June 6, 2022

Thank you for the guidance, I added the missing code and walla it works - Thank you!