It depends on the cgi or whatever script will be sending the mail.  You'll
send a hidden parameter based on what the script says to name it for a
return page.

e.g.

<form action="submit.cgi" method="post">
    <input type="text" name="CustomerName">
    <input type="hidden" name="return" value="thank-you.html">
</form>

--=@ greg @=--
----- Original Message -----
From: "James Taavon" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 1:09 PM
Subject: OT: Creating a feedback form in Studio/Dreamweaver


> Ok, I have always used CFFORM and CFMAIL in the past to have a standard
> feedback form which contents is emailed to a group of folks. But how
> does one do so just using Dreamweaver? There is no option that I see in
> Dreamveaver to create a confirmation page like in FrontPage
> (unfortunately).
>
> What are my options since I am not running this form on our CF server?
> If I was then I would use CFMAIL as state above.
>
> James
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to