mailform- beginner- what am I doing wrong?
Posted by: lilyrain
Posted on: 2006-02-03 09:47:00
I did some reading here:
http://formmail.dreamhost.com/
And on various sites on the internet. I am still very new to this "form" stuff. However on my site, this is what I am wanting:
A form a person can fill out that will go to me containing the following information:
name, email, various options with radio buttons and a couple lpaces to input general text. I just want it real simple.. but then maybe this is complicated. Here is the code I have so far: (experimenting)
<form action="http://formmail.dreamhost.com/cgi-bin/formmail.cgi" method="POST">
<input type=hidden name="recipient" value="editor@crochetgarden.com">
Email Address: <input type=text name="email">
Name: <input type=text name="realname">
<input type=hidden name="redirect" value="http://www.crochetgarden.com/htest.html">
<input type=hidden name="required" value="email,realname">
<input type=hidden name="missing_fields_redirect" value="http://www.crochetgarden.com">
<input type=hidden name="return_link_title" value="Back to my site.">
<input type="radio" name="sepia" value="Sepia" />Sepia
<input type="radio" name="vingette" value="halo" />halo
<input type="submit" name="B1" value="submit" />
<button type="submit">Send info</button>
<input type="reset" name="B1" value="Reset" />
</form>
When I put it up... I fill in info for a test yet I do not get an email! I have the rquired line in there that dreamhost says I need. What am I doing wrong?