You might want to try <cfdump var="#form#"> and you will be able to see all the form fields that are being returned and you can verify if email is actually in there, because it sounds like it is not.
-----Original Message----- From: Paul Kukiel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 7:16 PM To: CF-Newbie Subject: RE: CFMail Form In the page that you post to before the <cfmail tags Try: <cfdump var="#form.email#"> <cfabort> And see if a value is being posted. -----Original Message----- From: Joe P [mailto:[EMAIL PROTECTED] Sent: Thursday, 19 July 2007 1:54 AM To: CF-Newbie Subject: Re: CFMail Form Sorry, do you mean to remove form.email and then re-test it? >Try dump form.email to make sure it's being posted. > >I'm getting (Element EMAIL is undefined in FORM.) refering to <cfmail >to="[EMAIL PROTECTED]" from="#Form.email#" server="127.0.0.1" > > > > >size="30" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2931 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
