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...