Hi,
I’m looking for a solution to automatically format a client’s zip code (post code) after they enter it. For example, if a client enters the zip code with a country code, a space between the country code and zip code, or even a dash, the app should format the zip code by removing these extra symbols.
For instance, if the customer input is “LT-51614,” the app should format it to “LT51614.”
Any suggestions? Thanks in advance!