when i'm emailing the results of a form ... one field is showing the result undifined ... this only happends now and then depending on what other results the form has
Hard to say w/out seeing the code. But is it a checkbox? Checkboxes won't pass any value at all if they aren't checked. You can overcome this problem by either using <cfparam default="something"> (best placed in "application.cfm", or by using a hidden form field setting a default value, i.e.,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.