> Got a site with a bunch of forms to send stuff to the client once a use
> fills them out. When submitted, the forms take you to a
> processing/confirm
> page that thanks you, shows you exactly what you just sent and sends the
> mail.
>
> Currently, in order to get this to work. I'm doing:
> <PAGE>
> <CFMAIL>
> Stuff from form
> </CFMAIL>
>
> <CFOUTPUT>
> Same Stuff from form
> </CFOUTPUT>
> </PAGE>
>
> Can I nest these so I don't have to repeat data and keep the page
> size down?
Why not set the "stuff" into a variable?
<CFSet s=Stuff>
<CFMail>#s#</CFMail>
<CFOutput>#s#</CFMail>
HTH
Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
> -----Original Message-----
> From: Les Mizzell [mailto:[EMAIL PROTECTED]]
> Sent: 31 May 2000 22:17
> To: [EMAIL PROTECTED]
> Subject: CFMAIL/CFOUTPUT Question
>
>
> HI,
>
>
>
> <PAGE>
> <CFOUTOUT>
> <CFMAIL>
> Stuff from form
> </CFMAIL>
> <CFOUTPUT>
> </PAGE>
>
>
> Sorta Newbie, so be kind....
>
> Les Mizzell
> ***********
> Who needs Intel?
> Athlon Inside!!!
>
> ------------------------------------------------------------------
> ------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.