I am having trouble getting rid of the zeros that show up when I set up calculations in my form. Everything calculates fine but the entire row where a total is in is shown as $0.00. I would like for the form field to be empty until the two forms being calculated are inserted then the total will be shown. Please if anyone can help I have been cruising the forums for hours. Thank you.
// if zero set value to null
if (event.value == 0) event.value = '';
George Kaiser