Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

e-mail form

New Here ,
Apr 30, 2008 Apr 30, 2008

Copy link to clipboard

Copied

I am trying to build a form on godaddy.com that will post directly to our e-mail without the use of an action: <mailto:> and the default pop-up e-mail browser (ie: outlook). Many of our visitors do not use the outlook and are confused at the inability to contact us on our info@--- navigation link. The action for the form submit must be <gdform.asp> but at the same time the page has to be redirected after "SUBMIT", and I have no idea about how to setup a go-to page in the form. Can anyone help me with a formula?
TOPICS
Server side applications

Views

340
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 30, 2008 Apr 30, 2008

Copy link to clipboard

Copied

There are only two ways to process form data -

1. Use mailto:name@example.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
==================


"prof hill" <webforumsuser@macromedia.com> wrote in message
news:fvaktb$6so$1@forums.macromedia.com...
>I am trying to build a form on godaddy.com that will post directly to our
> e-mail without the use of an action: <mailto:> and the default pop-up
> e-mail
> browser (ie: outlook). Many of our visitors do not use the outlook and are
> confused at the inability to contact us on our info@--- navigation link.
> The
> action for the form submit must be <gdform.asp> but at the same time the
> page
> has to be redirected after "SUBMIT", and I have no idea about how to setup
> a
> go-to page in the form. Can anyone help me with a formula?
>
>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 01, 2008 May 01, 2008

Copy link to clipboard

Copied

I have tried everything, but this is all too much. I am looking for an action command that I can put in my Dreamweaver form making page that will allow my customer users to e-mail me directly without a pop-up client mail dialogue box. Is that possible?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 02, 2008 May 02, 2008

Copy link to clipboard

Copied

LATEST
Read my post again.

> I am looking for an action
> command that I can put in my Dreamweaver form making page that will allow
> my
> customer users to e-mail me directly without a pop-up client mail dialogue
> box.

A simple command to do this doesn't exist. It will require some work on
your part to make this happen.

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


"professor hill" <webforumsuser@macromedia.com> wrote in message
news:fvdh0f$bkq$1@forums.macromedia.com...
>I have tried everything, but this is all too much. I am looking for an
>action
> command that I can put in my Dreamweaver form making page that will allow
> my
> customer users to e-mail me directly without a pop-up client mail dialogue
> box.
> Is that possible?
>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines