mrbrit Posted February 21, 2006 Posted February 21, 2006 Greetings TCH folks I am trying to set up the CGIemail and have tried invane to insert the correct path information for the ACTION command. I am trying to set up the same scenario as the sample on-line (sample fron FAQ is below) <FORM METHOD="POST" ACTION="http://web.mit.edu/bin/cgiecho/wwwdev/cgiemail/questions3.txt"> Your e-mail address: <INPUT NAME="email"><p> Your name: <INPUT NAME="yourname"><p> Your quest: <INPUT NAME="quest"><p> Your favourite colour: <INPUT NAME="colour"><p> <INPUT TYPE="submit" value="Send e-mail"> </FORM> amongst other things I ghave tried the following <FORM METHOD="POST" ACTION="http://www.dcsf.org/public_html/cgi-bin/cgiemail/questions3.txt"> Your e-mail address: <INPUT NAME="email"><p> Your name: <INPUT NAME="yourname"><p> Your quest: <INPUT NAME="quest"><p> Your favourite colour: <INPUT NAME="colour"><p> <INPUT TYPE="submit" value="Send e-mail"> </FORM> all to no avail... I would appreciate it if you could help me out... Quote
mrbrit Posted February 21, 2006 Author Posted February 21, 2006 Hi - Got it figured out... ACTION="http://www.dcsf.org/cgi-bin/cgiemail/cgi-bin/questions3.txt"> Quote
TCH-Tim Posted February 21, 2006 Posted February 21, 2006 Dang, that was one I knew the answer to. Glad you got it working. Quote
mrbrit Posted February 21, 2006 Author Posted February 21, 2006 Thanks. I am sure I will have more questions. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.