I know this isn't the best way to process a form, but I'm tyring to get it emailed to an email address. For some reason, it's not coming through. I can't get CGI scripts working on my server right now. What is wrong with this code that it won't send:
<form id="trialSubscription" name="6monthTrial" method="post" action="mailto:kahaj@yahoo.com">
First Name: <input type="text" size="30" name="First Name: " /><br />
Last Name: <input type="text" size="30" name="Last Name: " /><br /><br />
Email Address: <input type="text" size="40" name="Email: " /><br /><br />
Physical Address:<br />
Street: <input type="text" size="40" name="Street: " /><br />
City: <input type="text" size="25" name="City: "/><br />
State: <input type="text" size="3" name="State: " /> Zip Code: <input type="text" size="7" name="State: " /><br /><br />
<INPUT type="submit" name="SubmitIt" value="Subscribe">
<input type="reset" value="Clear All" />