Empty Form

Empty Form

Posted by: mmcmanimon
Posted on: 2008-03-06 10:50:00

HELP! Alright, I'm feeling so stupid right now, can someone help me...and fast, cause this is really bugging me ;( I'm TRYING to set up a basic form, and all I'm getting is empty e-mails....what am I doing wrong. The page is http://www.newskinnow.net/contact.html I have read and reread all the wiki suggested articles and I'm still have a heck of a time, Please HELP. Thank YOU!

Re: Empty Form

Posted by: rlparker
Posted on: 2008-03-06 11:45:00

You have you "input" tags nested within your "label" tags. Try this:

<form action="http://formmail.dreamhost.com/cgi-bin/formmail.cgi" method="POST"> 
<input type=hidden name="recipient" value="mmcmanimon@hotmail.com">
<label>Name </label>
<input type=text name="realname">

<p>
<label>E-mail</label>
<input type=text name="email">
</p>
<p>
<label> Botex </label>
<input type="checkbox" name="botex" value="Botex" />

<label> Laser Hair Removal<br /></label>
<input type="checkbox" name="Laser Hair Removal" value="Laser Hair Removel" />

<br />
</p>
<p> </p>
<input type=submit>

</form>

--rlparker


Tags: heckwiki