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?