Question
Coldfusion form probelm
What am I doing wrong here?
<body>
<cfmail
to="npockat@solarus.net"
from="npockat@solarus.net"
subject="Feedback">
Thank you for submitting our form.
You submitted the following information:
First Name: #Trim(FORM.firstname)#
URL: #Trim(FORM.URL)#
Would you visit this website again? #Trim(FORM.visit)#
How did you hear about my site? #Trim(FORM.hear)#
Comments or Suggestions: #Trim(FORM.Suggestions)#
</cfmail>
<cfoutput>
First Name: #Trim(FORM.firstname)#
URL: #Trim(FORM.URL)#
Would you visit this website again? #Trim(FORM.visit)#
How did you hear about my site? #Trim(FORM.hear)#
Comments or Suggestions: #Trim(FORM.Suggestions)#
</cfoutput>
</body>
<body>
<cfmail
to="npockat@solarus.net"
from="npockat@solarus.net"
subject="Feedback">
Thank you for submitting our form.
You submitted the following information:
First Name: #Trim(FORM.firstname)#
URL: #Trim(FORM.URL)#
Would you visit this website again? #Trim(FORM.visit)#
How did you hear about my site? #Trim(FORM.hear)#
Comments or Suggestions: #Trim(FORM.Suggestions)#
</cfmail>
<cfoutput>
First Name: #Trim(FORM.firstname)#
URL: #Trim(FORM.URL)#
Would you visit this website again? #Trim(FORM.visit)#
How did you hear about my site? #Trim(FORM.hear)#
Comments or Suggestions: #Trim(FORM.Suggestions)#
</cfoutput>
</body>