Check out this site that we are hoping to get live ASAP, and I can not get the formmail to work.
When you submit the form, it redirects to formmail.pl.. what is going on here?
I have never used formmail with this hosting server before, could it be something to do with that? If so, what can I use that will work? The hosting is through
Here are my form tags:
<form name="form1" method="post" action="FormMail.pl">
<input type="hidden" name="recipient" value="myemailhere@comcast.net">
<input type="hidden" name="required" value="first,email,dayphone,">
<input type="hidden" name="subject" value="Liberty Thrift - Schedule a Dropoff or Pickup">
<input type=hidden name="redirect" value="thanks.html">
and here is my closing:
<label>
<input name="Submit" type="submit" class="box1" value="Submit">
</label></form>
When you submit the form, it redirects to formmail.pl.. what is going on here?
I have never used formmail with this hosting server before, could it be something to do with that? If so, what can I use that will work? The hosting is through
Here are my form tags:
<form name="form1" method="post" action="FormMail.pl">
<input type="hidden" name="recipient" value="myemailhere@comcast.net">
<input type="hidden" name="required" value="first,email,dayphone,">
<input type="hidden" name="subject" value="Liberty Thrift - Schedule a Dropoff or Pickup">
<input type=hidden name="redirect" value="thanks.html">
and here is my closing:
<label>
<input name="Submit" type="submit" class="box1" value="Submit">
</label></form>