PS
You also need to check w/ your host in the location of their Perl and Sendmail, then edit the script at
#!/usr/bin/perl
$mail_prog = '$mail_prog = '/usr/sbin/sendmail'' ;
And convert cgi-bin to a subweb so you can manage permissions in it w/ FTP
--
| Basically the sample form looks fine, with the following notes:
|
| <form method="POST" action="
http://indywestwrestling.com/.panel/cgi-bin/trial.cgi">
| <p><input type="text" name="T1" size="20"></p>
| <p><input type="text" name="T2" size="20"></p>
| <p><input type="text" name="T3" size="20"></p>
| <p><input type="checkbox" name="C1" value="ON"></p>
| <p><input type="radio" value="V1" checked name="R1"></p>
| <p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
| </form>
|
| Notes:
|
| The path listed in the action is not valid, the cgi-bin can't be found.
| The method would be Post, as shown.
| Assign meaningful names to each fields
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
|
http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > hello, I took some of your advice and found a program that made a .cgi form handler at
|
http://oneseek.com/formmail.htm. I followed their instructions as best I can. I put their script in
| my cg-bin and made the log file. Now here is what I am hoping you can help with. Does anything need
| to go into the encoding box and is the form still "post" or "get". I just can't seem to get the
| thing to work. I just made a quick test page to see how this all works at
| indywestwrestling.com/form_test.htm. thanks for any suggestions.
|
|