Form processing undefined values
I have a form with 50 fields.
Sometimes when my users submit the form, if the field value is zero, they delete the input box completely.
So when the form is submitted and they get to the processing page ; the form field value for the field they deleted is "".
This is causing problems as the form value is "", where it should be 0.00
I have CFPARAM's at the processing page. But I guess since the value is defined ("") they are not being used.
Is there a way to code the form processing page so that if any of the form fields are "" that they default to a 0.00 value?
Pat
