View Single Post
  #1 (permalink)  
Old 05-27-09, 09:58 PM
kipaqra kipaqra is offline
Newbie Coder
 
Join Date: Apr 2009
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
multiple forms accessing formmail.pl

I have two forms on my website with different firld names accessing the same formmail.pl script.
One form works perfertly but the other does not work.

I have set both form headers to the same configuration ie.
HTML Code:
<form action="/cgi-bin/formmail.pl" method="POST">
        <input type="hidden" name="recipient" value="webmaster@elizabeth-lewis.co.uk"/>
        <input type="hidden" name="subject" value="Website Information Request"/>
        <input type="hidden" name="required" value="name,email"/>
        <input type="hidden" name="redirect" value="../thankyou.html"/>
the second form dows not redirect or send the email.

Any ides why?

Last edited by Nico; 05-29-09 at 06:52 AM.
Reply With Quote