HighDots Forums  

Submit button issues

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Submit button issues in the Macromedia Dreamweaver forum.



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

Default Submit button issues - 10-18-2007 , 05:02 PM






I am updating a website and I have looked at the past topics. The problem is
that the submit button sends me to a page that say the address is incorrect. I
would like the forms to sent to the email address. How is that done? I am
using Dreamweaver CS3. If anyone can help that would be great.

PS please put into very simple terms


Reply With Quote
  #2  
Old   
Michael Fesser
 
Posts: n/a

Default Re: Submit button issues - 10-18-2007 , 05:22 PM






..oO(Danica3499)

Quote:
I am updating a website and I have looked at the past topics. The problem is
that the submit button sends me to a page that say the address is incorrect. I
would like the forms to sent to the email address. How is that done?
It's done by a server-side script, that receives the form data and does
whatever you like with it.

Quote:
PS please put into very simple terms
Mailing form data is an issue that comes up every second day here.
Please use the forum's search function or Google to find the threads and
the posted solutions. A good starting point would also be the FAQ of
your host (if available) to see if there's already a formmail script.

Micha


Reply With Quote
  #3  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Submit button issues - 10-18-2007 , 06:00 PM



There are only two ways to process form data -

1. Use mailto:name (AT) example (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 2a 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.).

Method 2b would be to use some third-party form processing, like
http://www.bebosoft.com/products/formstogo/.

You would have to decide which of these methods is best for your needs,
but if it's Method 2a, then start by asking your host what they provide for
form
processing. If it's 2b, then read their FAQ/instructions carefully.


--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


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

Quote:
I am updating a website and I have looked at the past topics. The problem
is
that the submit button sends me to a page that say the address is
incorrect. I
would like the forms to sent to the email address. How is that done? I
am
using Dreamweaver CS3. If anyone can help that would be great.

PS please put into very simple terms



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.