I have been tearing my hair out all afternoon trying to create a very simple form. I am using sitespinner and have used the formmail wizzard on bt but it isn't working.
On site spinner I have used the form editor tab to input:
URL (Action) /cgi-bin/formmail
Encoding: text/plain
method: post
Hidden values:
recipient - franharris@ladyadventurer.co.uk
email - postmaster@ladyadventurer.co.uk
redirect - www.ladyadventurer.co.uk
It has generated the following:
<form id="OSubscribe" name="Subscribe" action="/cgi-bin/formmail" method="POST" enctype="text/plain">
<input type="hidden" name="recipient" value="franharris@ladyadventurer.co.uk">
<input type="hidden" name="email" value="postmaster@ladyadventurer.co.uk">
<input type="hidden" name="redirect" value="www.ladyadventurer.co.uk">
<input type="text" id="Oobj444" name="Name" value="Name" style="position:absolute;z-index:12;font-family:'Papyrus';font-size:16px;left:169px;top:244px;width:300px;height:25px;">
<input type="text" id="Oobj204" name="Emailaddress" value="Email address" style="position:absolute;z-index:13;font-family:'Papyrus';font-size:16px;left:558px;top:239px;width:301px;height:25px;">
<input type="submit" id="Oobj200" name="Submit" value="Submit" style="position:absolute;z-index:14;font-family:'Papyrus';font-size:16px;left:964px;top:240px;width:100px;height:25px;">
</form>
When I test it, it says that it can't find cgi-bin/formmail
Help!!!
Solved! Go to Solution.
Thanks everybody for your help. I've solved it. The "redirect" address was incorrect. I'm off to have a stiff drink....