forms using spry validation fields in Dreamweaver
Posted by: withform
Posted on: 2009-07-25 18:43:00
Someone once told me a way to run a form through formmail, but keep formmail invisible.
I've updated my site and messed up the form code. I'm using the following code:
<form action="http://formmail.dreamhost.com/cgi-bin/formmail.cgi" method="POST">
<p>
<label for="Name" class="text">Name:</label>
<input name="Name" type="text" class="background" id="Name"tabindex="10" size="100" />
<input type="hidden" name="recipient" value="angie@learnmultimedia.org">
<p>
<label for="Name" class="text"></label>
</p>
etc...
the problem is that I it doesn't stay on my site after submission. Can anyone tell me how to avoid the page that shows that formmail has received the posting and instead keep the veiwer at my site?
Thanks!!!