Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form

Status
Not open for further replies.

kamagiseung

Technical User
Jun 3, 2001
29
0
0
US
i made 'join membership' form in dw. i would like to make a submit button that sends the information to a directed email withoutlaunching the email program from any user's browser(it's what happened). is there anyway i can fix it?
 
you need a CGI script for something like that. A CGI script will just send the content of the form...if use DW you can d/l an extension called 'Feedback-O-Matic', this extension allows the content of a form to be mailed as-is, without launching the exernal email... I have not failed; I merely found 100,000 different ways of not succeding...
 
Hi,

If you can run cgi on the server try using formmail - it sends the contents of any form to a email address without opening the users email client.

I found it easy to configure (the controls are all on the from in hidden fields).

Search for formmail.pl to find the code - sorry, I can't remember where I found it but it's in common use.

Cheers

John
 
Check with your Host provider to see if they have CGI scripts already set up. There's a big chance you can download the script and action, method info direct from you host's control panel.
However, formmail is the most commonly used. Use it myself and have never had a problem.
Kissy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top