Is it possible that the code that's throwing the form fields not found message is in doFeedback.cfm? If it is, you could probably just change the code to be a cfinclude instead of a cflocation.
Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451.7832 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adaryl Wakefield Sent: Monday, December 15, 2003 5:04 PM To: [EMAIL PROTECTED] Subject: [KCFusion] form problem I have the following: <cfmail to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]" subject="User Feedback" type="html"> #form.comments#<br> #form.firstName#<br> #form.lastName#<br> #form.emailAddress#<br> <a href="#form.theFile#">#form.theFile#</a><br> </cfmail> <cflocation url="doFeedback.cfm"> This is the start of a feedback form which can be found at http://www.keys.org/aboutus/feedback.cfm?file=/7links/mhck/mhcDisplay.cfm For some strange reason, the template runs but I keep getting an error telling me the form fields are not found but mail does get sent with all the information. Adaryl Wakefield Aviator by passion Programmer by sheer force of will ========================================================= Kansas City ColdFusion User Group's website & listserv is hosted through the generous support of Clickdoug.com To send email to the list, email [EMAIL PROTECTED] To subscribe or unsubscribe, send an email to [EMAIL PROTECTED] with your request. For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. ====================================================== ========================================================= Kansas City ColdFusion User Group's website & listserv is hosted through the generous support of Clickdoug.com To send email to the list, email [EMAIL PROTECTED] To subscribe or unsubscribe, send an email to [EMAIL PROTECTED] with your request. For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. ======================================================
