> I've created a form which when sent to the action page generates an e-mail 
> with the inputted information in it.  However, I'd like to input an 
> intermediary page between the form and the action page which would allow the 
> user to confirm what they entered before it is submitted.
>
> Any ideas?
>
> Thanks!

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



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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

Reply via email to