Forum Moderators: mack
FormMail-Clone
This is FormMail-clone, a clone of FormMail.cgi. It is a clean room version for legal purposes (a less restrictive liscense), but should behave the exact same way as Matt Wright's Original, but contain none of his code.
All I want is a simple form that can look like the rest of my site, doesn't scare people away with "WARNINGS", and will work with most browsers. I know this is easy for you experts, but I'm done with it! HELP!
Thanks, Mark
Your form will have to have a few required fields, like recipient which is your e-mail, there may be others depending on the version or set-up of your host.
Hope this helps.
LisaB
<form name="form3" method="post" enctype="text/plain" action="http://mydomain.com/cgi-sys/FormMail.cgi ">
But, where do I put the "recipient" field and how do I write it? I put it like this at end of form under the submit button:
<input type="submit" value="Submit" width="95" height="33">
<input type="hidden" recipient="myusername@comcast.net">
</p>
</form>
But I then get this error page after hitting submit:
There are missing fields!
recipient is missing
Form Dump:
I know I'm almost there...YEAH! Just need to know where to put, and how to write, the recipient field. Thanks :)
You might want to take a look at Form Elements [w3.org] or some Examples [w3schools.com]
LisaB