HI,

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?

<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.

Reply via email to