I need a basic {cgi mailto} script for your server?
This is one I have been using on a another server. I need to fill in the question
mark on the form action string below to get this to work. I also need to know
if I need a mailtemp.txt (or what file) I need in the cgi-bin.
Charles
<form action="http://www.rusticmade.com/cgi-bin/???????" method="POST">
<input type="hidden" name="recipient" value="charles@rusticmade.com">
<input type="hidden" name="subject" value="Feedback from web site">
<input type="hidden" name="redirect" value="http://www.rusticmade.com/thankyou.htm"> <p align="center">
<input type="text" name="email" size="15" value="your email address">
<br>
<INPUT TYPE="submit" value="Subscribe"></p>
<p align="center">
</form>
This is one I have been using on a another server. I need to fill in the question
mark on the form action string below to get this to work. I also need to know
if I need a mailtemp.txt (or what file) I need in the cgi-bin.
Charles
<form action="http://www.rusticmade.com/cgi-bin/???????" method="POST">
<input type="hidden" name="recipient" value="charles@rusticmade.com">
<input type="hidden" name="subject" value="Feedback from web site">
<input type="hidden" name="redirect" value="http://www.rusticmade.com/thankyou.htm"> <p align="center">
<input type="text" name="email" size="15" value="your email address">
<br>
<INPUT TYPE="submit" value="Subscribe"></p>
<p align="center">
</form>
Comment