Is there any way to force the info entered into the postal code field to be all numerals? Our customers on a regular basis seem to repeat the state and zips here are of course numerical.
The only way i can see this being achieved is by javascript. Have some sort of js function which looks for alpha character, if anything between a to z exist, then prompt user.
Comment