I recently used a cfmail tag to process a email form on a coldfusion server. This actually processes my email request and sends the email to the right address but I am getting the following error on the initial form page:
Why would this error appear if the form works?
The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request Element TXTFROMEMAIL is undefined in FORM.
The error occurred in D:\Inetpub\longestlife\Feedback.cfm: line 25
23 : <CFMAIL
24 : server="mail.longestlife.com"
25 : from= #form.txtFromEmail#
26 : to="carl@longestlife.com"
27 : subject="Carl!, Another Guestbook Signup!">