HighDots Forums  

Done Page for Forms

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Done Page for Forms in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Hannya
 
Posts: n/a

Default Done Page for Forms - 10-31-2005 , 08:27 AM






Hello
This is probably a dummy question, but I am quite new to Dreamweaver. I have
created a form that mails a .att form with the results. I have managed to get
that working. However, at present once the "submit" button is clicked, nothing
appears to tell the user that they have now sent the form. I have seen these
"done" pages on other sites. I created a "done" page and saved it as a .html
file. How do I get the "done" page to appear once the user has clicked
"submit"?

I have scoured the internet for some assistance, and so far failed :-( Any
assistance would be much appreciated.

Many thanks.

Carol White-Griffiths


Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Done Page for Forms - 10-31-2005 , 09:27 AM






There are only two ways to process form data -

1. Use mailto:name (AT) domain (DOT) com as the action of the form
2. Use a server-side scripting method to a) harvest the form's data, b)
process it in some manner, e.g., enter it into a database, c) formulate and
send an email to one or more email recipients, and d) redirect the visitor
to some ending page

Method 1 is quite simple, and is also the least reliable. It depends both
on your visitor having an email client already installed on their computer -
this eliminates public computers, or home users without email clients
installed (more and more it seems) - and on the installed email client
responding to
the mailto call. It is not possible to use this method *and* send the
visitor to a
thank you page as well.

Method 2 is the preferred method, since it eliminates the problems of method
1, but it means that you have to grapple with server-scripting somehow (ASP,
CF, PHP, perl, etc.).

You would have to decide which of these methods is best for your needs,
but if it's Method 2, then start by asking your host what they provide for
form
processing.

And by the way, if you are getting an ".att" extension, you can prevent that
by adding "entype='text/plain'" to the form tag.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Hannya" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hello
This is probably a dummy question, but I am quite new to Dreamweaver. I
have
created a form that mails a .att form with the results. I have managed to
get
that working. However, at present once the "submit" button is clicked,
nothing
appears to tell the user that they have now sent the form. I have seen
these
"done" pages on other sites. I created a "done" page and saved it as a
.html
file. How do I get the "done" page to appear once the user has clicked
"submit"?

I have scoured the internet for some assistance, and so far failed :-(
Any
assistance would be much appreciated.

Many thanks.

Carol White-Griffiths




Reply With Quote
  #3  
Old   
Hannya
 
Posts: n/a

Default Re: Done Page for Forms - 10-31-2005 , 10:31 AM



Thanks for the info. I think method 2 is a bit beyond my capability. Where can I find out more about all this?

Thanks

Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Done Page for Forms - 10-31-2005 , 11:11 AM



Start by asking your host.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Hannya" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Thanks for the info. I think method 2 is a bit beyond my capability.
Where can I find out more about all this?

Thanks



Reply With Quote
  #5  
Old   
Gary White
 
Posts: n/a

Default Re: Done Page for Forms - 10-31-2005 , 11:57 AM



On Mon, 31 Oct 2005 15:31:33 +0000 (UTC), "Hannya"
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
Thanks for the info. I think method 2 is a bit beyond my capability.
Where can I find out more about all this?

http://apptools.com/rants/mailto.php

Gary


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.