Topic: HTML Form (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Canada |
posted 01-31-2003 15:30
Ok I am making a website, and there will be a form where a user can sign up. I want the form to ask for bunch of stuff, and their e-mail included. When they click submit, it automatically sends the e-mail. I don't want it to open outlook express and send through that. I just want it to send through the browser and the reply address will be the one the user inputted. Also if the form comes with a free e-mail processor script in CGI or something, that processes the e-mail to its location. Any tutorials or help would be greatly appreciated. |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 01-31-2003 15:56
To do it the way you describe you can't rely on html alone, you must use some kind of server-script that takes the info from the forms and mails it from the server. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-31-2003 17:40
marf: What DmS said ^^^^^^^^^^^ |
Maniac (V) Inmate From: there...no..there..... |
posted 01-31-2003 17:44
I've used the BigNoseBird Perl form. Works very well. They also have one in PHP. |
Bipolar (III) Inmate From: Canada |
posted 02-02-2003 17:34
Thanks for the help, I got one working |