On Mon 27 Sep 2004 07:21:58p, SuperGeoff wrote in
macromedia.dreamweaver:
> I need a quick fix for getting my form data to go directly to my
> email. I did this before, but it was years ago.
>
> Can someone tell me how to get it so when a user hits the Submit
> button on my webpage, all the form data goes directly to an email
> address.
You /can/ make mailto:me@mydomain.invalid the form action:
<form method="post" action="mailto:etc...> But it isn't very reliable for
a variety of reasons which are detailed in the newsgroup at least half a
dozen times a week. The best way is with a serverside script; they aren't,
in general, all that hard, and your hosting provider may already have one
available. So: what kind of serverside scripting do you have?
|