[thelist] Cold Fusion: error message reported for a form's checkbox item - HTML4.01 Trans

Maxwell Kanat-Alexander maxka at cats.ucsc.edu
Tue Oct 29 05:37:01 CST 2002


--
[ Picked text/plain from multipart/alternative ]
At 02:56 AM 10/29/2002, you wrote:
>Maxwell, here's the code for the CF page in question:

         Well, your client will be getting some blank emails from my tests
on your form. :-)

         I believe that you may want to first try changing that variable to
#Form.NoWords#. (And #NoEngine# to #Form.NoEngine#)

         It seems like what's happening is: if the "NoWords" box isn't
checked, then the field never gets passed. (I checked this by turning off
JavaScript, and just submitting a few blank forms.)

         Otherwise, you'll probably want to do:

         <cfif IsDefined("NoWords")>#NoWords#</cfif>
         <cfif IsDefined("NoEngine")>#NoEngine#</cfif>

         -M




----------
http://www.mp3.com/GoodnightMoon
My music is my life--come share it with me.
--




More information about the thelist mailing list