Question
custom format script numbers other than 0
I have a form that calculates out qty x unit prices and have entered the costum format if(event.value == 0) event.value = "" so that the 0's do not appear, but how do I make any value other than 0 appear in number or currency format?
