Email submit form?  | | |
March 9th, 2003, 12:12 AM
|
#1 (permalink)
| | Ultimate Member
Join Date: Nov 2002 Location: Boise, Idaho
Posts: 2,782
|
How do I set up a form that will email me what people enter into it?
Do I have to set up a cgi-bin?
PyroSama
__________________
JOIN [FaD] | TEAM NUMBER 2037 | http://www.techimo.com/forum/t121132.html
|
| |
March 9th, 2003, 12:34 AM
|
#2 (permalink)
| | Ultimate Member
Join Date: Jun 2002 Location: Iowa
Posts: 2,879
|
you need to have a form mail script and that would go into the cgi bin....... then the form would call the script from the html page and the script would mail your input to you.
if that makes any sense.  |
| |
March 9th, 2003, 12:40 AM
|
#3 (permalink)
| | Ultimate Member
Join Date: Nov 2002 Location: Boise, Idaho
Posts: 2,782
|
Yeah it does. Thanks.
Does any one know of a place that hosts such scripts for free?
PyroSama
- |
| |
March 9th, 2003, 12:43 AM
|
#4 (permalink)
| | Ultimate Member
Join Date: Jun 2002 Location: Iowa
Posts: 2,879
|
Just make a cgi bin on clanimo.com .......... chmod it to 755 and chmod the script to 644 .......... run from there........... if clanimo is the site your refering too ?? |
| |
March 9th, 2003, 12:50 AM
|
#5 (permalink)
| | Ultimate Member
Join Date: Nov 2002 Location: Boise, Idaho
Posts: 2,782
|
Actualy it isnt.
Just curious couldnt I jump some one elses formail.pl?
Using one of your old clients as an example. Code: <table WIDTH="444" CELLPADDING="0" CELLSPACING="0">
<form Method="post" ACTION="nemohomes.com/server-scripts/formmail/FormMail.pl">
<input type=hidden name="recipient" value="pyrosama@msn.com">
<input type="hidden" name="subject" value="stuff">
<input type=hidden name="redirect" value="thankyou.htm"> Because you manualy enter the email addy you wish to have the email sent to.
Could I set up the formail.pl at clanimo.com and just modify the script above and use it from my own site?
PyroSama |
| |
March 9th, 2003, 12:55 AM
|
#6 (permalink)
| | Ultimate Member
Join Date: Jun 2002 Location: Iowa
Posts: 2,879
|
I doubt it.......... most servers are set up to refuse other incoming formmail requests. (or other cgie or script request for that matter) At the server level........ it has a .htacess file that has a
deny from all
allow (local server name)
all outside requests to use the form mail script would be denied.
if you are setting it up ......... you could of course put in the htacess file to allow from more than one domain, but I would specifiy it.....don't set it to allow all ..... otherwise you will have the spammers using your site to send spam. Bad bad bad idea  |
| |
March 9th, 2003, 12:59 AM
|
#7 (permalink)
| | Ultimate Member
Join Date: Nov 2002 Location: Boise, Idaho
Posts: 2,782
|
I just remembered a free site that alows you to send emails using forms through there site.
(I will have to find the stuff on it again though)
PyroSama |
| |
March 9th, 2003, 01:01 AM
|
#8 (permalink)
| | Banned
Join Date: Dec 2002 Location: Garland, Texas USA
Posts: 1,785
| |
| |
March 9th, 2003, 01:04 AM
|
#9 (permalink)
| | Ultimate Member
Join Date: Nov 2002 Location: Boise, Idaho
Posts: 2,782
|
Thanks. Thats not the one I was thinking of but I will give ita looks.
PyroSama |
| |
March 10th, 2003, 10:01 AM
|
#10 (permalink)
| | Junior Member
Join Date: Mar 2003
Posts: 1
| |
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |