Question
Form emailer and xml
I have a form set up and if a user inputs their first name I
want the email sent to have their first name surrounded by XML. I
have tried this but it doesn't work(the email gets sent with the
xml stripped out):
<cfoutput>
<firstname> #form.firstName# </firstname>
</cfoutput>
<cfoutput>
<firstname> #form.firstName# </firstname>
</cfoutput>
