> Do you know of any good links to learn more about session variables?  The 
> ones 
> that I am finding are not very helpful.

No..sorry....it's been SOOO long since I saw a tutorial on those.  That 
said....use Claudes idea...even simpler to do than mine:

1) post form to intermediate page (which contains a form with all hidden input 
tags with the same names as the form vars on page 1)....stuff the values from 
the 1st form into the hidden form vars

2) user clicks the butto to confirm the data....posting the form to the final 
confirmation page

3) confirmation page uses the incoming FORM vars to send the mail

Hope that helps

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments.

----- Original Message ----- 
From: "Melissa Weber" <[EMAIL PROTECTED]>
To: "CF-Talk" <[email protected]>
Sent: Tuesday, May 22, 2007 12:48 PM
Subject: Re: Creating page betwn form and action page


> >Sure...a few dozen come to mind ;-)
>>
>>If you are using SESSION vars then this is dead simple...
>>
>>1) post form to intermediate page
>>2) intermediate page sets incoming FORM scoped vars as SESSION scoped vars
>>3) user clicks a button to verify data and is sent ot confirmation page
>>4) confirmation page uses the SESSION scoped vars to send the mail
>>
>>If you aren't using SESSION vars...let us know and there are many other ways 
>>to
>>skin this cat
>>
>>Cheers
>>
>>Bryan Stevenson B.Comm.
>
>
> Do you know of any good links to learn more about session variables?  The 
> ones 
> that I am finding are not very helpful.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278909
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to