Cannot get a response form to work on a site I just uploaded. I'm still very new at this - if anyone can offer any suggestions, it would be greatly appreciated.
I uploaded FormMail to my Interland VPS server in the cgi-bin of a virtual host I have setup called dbcfoundation.org. Below is the path and the information where FormMail is located:
File Path: ftp://usr122057130:@sumnergroup.com
/%2fusr/local/www/vhosts/dbcfoundation.org/cgi-bin/FormMail.pl
Below is the info I entered on the FormMail form (per Interland's setup instructions for FormMail):
$mailprog = '/usr/sbin/sendmail -i -t -f
rbyrum@sumnergroup.com';
@referers = ('dbcfoundation.org','216.122.57.130');
Below is the info I entered on the html form:
<form action="http://dbcfoundation.org/cgi-bin/FormMail.pl" method="POST" name="intentlttr" id="intentlttr">
<input type=hidden name="recipient" value="rbyrum@sumnergroup.com">
<input type=hidden name="subject" value="Letter of Intent">
Okay - let me have it - WHAT DID I DO WRONG???
Last edited by ncriptide; 04-21-2005 at 10:16 AM..
|