I did resolve the issue. But thank you anyway for the help!
-----Original Message----- From: Gmail Account [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 2:00 PM To: CF-Newbie Subject: RE: CFMail Form 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> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2958 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
