Mood: irritated
Topic: CGI scripts
I have been experiencing difficulty with my Contact Form and email not sending results out for the past few months. The HTML code has been working from 2007-2009. I have the following files in my cgi-bin sub-directory as well as the following HTML form code.
AngelfireCGI.pm
modules_readme.html
AngelfireInsert.pm
AngelfireMail.pm
AngelfirePage.pm
CGI.pm
AngelfireDate.pm
Formmail.pl
I was told by Angelfire tech support to use Matts PEARL script (Formmail.pl). Do I need to modify this script to make this functional?
Your help is appreciated?
HTML Form Code:
<form action="/cgi-bin/script_library/form_handler_mail" method="post" id="form" style="margin:0; padding:0 ">
<INPUT TYPE="hidden" NAME="email_to" VALUE="scottrose.brown@comcast.net,oceanviewspsllc@aim.com">
<TT><input type=hidden name="return_link_title" value="Thank you! Please click here to return to Ocean View Swimming Pool Service LLC"></TT>
<INPUT TYPE="hidden" NAME="return_link_url" VALUE="http://www.oceanviewspsllc.com">
<div class="wrapper">
<label>
<input type="TEXT" value="Name:" size=24 maxlength=45 />
</label>
<label>
<input type="TEXT" value="E-mail:" size=24 maxlength=45 />
</label>
<textarea name="textarea" cols="20" rows="15">Message:</textarea>
<div class="clear"></div>
<input type="submit" name="Submit" id="Submit" value="Send it!">
<label>
<input type="reset" name="Reset" id="Reset" value="Reset">
</label>
</div>
</div>
</div>
<div class="corner-bot-left png">
<div class="corner-bot-right png">
<div class="border-bot"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
Thank you
Scott