Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

formmail problem - need help

Status
Not open for further replies.

qtluvsjc

Technical User
Joined
Apr 27, 2007
Messages
18
Location
US
Check out this site that we are hoping to get live ASAP, and I can not get the formmail to work.


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
Thanks!
 
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top