<--- --------------------------------------------------------------------------------------- ---- Blog Entry: Generic Form Processing / Emailing In ColdFusion Author: Ben Nadel / Kinky Solutions Link: http://www.bennadel.com/index.cfm?dax=blog:1136.view Date Posted: Feb 1, 2008 at 8:42 AM ---- --------------------------------------------------------------------------------------- --->

Email processed on #DateFormat( Now(), "mmm d, yyyy" )# at #TimeFormat( Now(), "hh:mm TT" )#

Form Data

#REQUEST.Key#
#HtmlEditFormat( REQUEST.EmailData[ Trim( REQUEST.Key ) ] )#

User Data

Referrer:
#CGI.http_referer#
IP:
#CGI.remote_addr#
Email processed on #DateFormat( Now(), "mmm d, yyyy" )# at #TimeFormat( Now(), "hh:mm TT" )# -- FORM DATA -- #Trim( REQUEST.Key )# #HtmlEditFormat( REQUEST.EmailData[ Trim( REQUEST.Key ) ] )# -- USER DATA -- Referrer: #CGI.http_referer# IP: #CGI.remote_addr# #REQUEST.TextBody# #REQUEST.HtmlBody# Your Form Has Been Processed

Your Form Has Been Processed

Thank you for taking the time to fill out our form. It has been processed and sent to the appropriate people.

Go back