did you ever resolve this? if not, the form is sending a variable called: custname, in the cfmail tag I think it should be: "#form.custname#" if that's the field where they put their email.
-----Original Message----- From: Joe P [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 7:54 PM To: CF-Newbie Subject: CFMail Form Hi, I'm having a problem getting a form to work with CFMail. The following is part of my html form and part of my emailForm.cfm file. Any help in this matter would be greatly appreciated! Thank you, <form name="emailform" id="emailform" method="post" action="emailForm.cfm" enctype="text/plain"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> <tr> <td class="formtx"><label for="custname">Name: </label></td> <td class="tleft"><input type="text" name="custname" id="custname" size="30" /></td> </tr> <body> <cfmail to="[EMAIL PROTECTED]" from="#Form.email#" server="127.0.0.1" subject="OSB Email Form"> #Form.custname# has sent you an email, below is what they sent, Name: #Form.custname# Company: #Form.coname# Address: #Form.address# City: #Form.city# State: #Form.state# Zip: #Form.zip# Email: #Form.email# Phone: #Form.phone# Fax: #Form.fax# Comments: #Form.questions# Contact Time: #Form.ctime# </cfmail> </body> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2956 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
