I can't get it to redirect to my homepage and I dont know how to set up a page for all that info to go too.
I understand its probably a little work still left to do but if you could help me out it would be greatly apreciated.
<form name="form1" id="form1" method="post" action="mailto:[email protected]" ENCTYPE="text/plain"><br>
<b>Name:</b><br>
<align=center><input type="text" name="name" size="20"><br>
<b>Year, Make, and Model of your car:</b><br>
<input type="text" name="car" size="30"><br>
<b>Location:</b><br>
<input type="text" name="location" size="20"><br>
<b>Date of Birth:</b><br>
<input type="text" name="dob" size="20"><br>
<b>Email Address:</b><br>
<input type="text" name="email address" size="20"><br>
<b>AOL IM S/N:</b><br>
<input type="text" name="aol im" size="20"><br>
<b>Yahoo IM S/N:</b><br>
<input type="text" name="yahoo im" size="20"><br>
<b>Comments:</b><br>
<textarea cols="50" rows="5" name="comment"></textarea><br>
<br>
<input type=hidden name="missing_fields_redirect" value="http://www.arpoc.com/">
<input type="submit" value="Sign Up">
<input type="reset" value="Clear">
</form>
Thanks,
MikeI would prefer not to have the info sent to me in email but have it done in a .php but I dont know how to set it up. If you want to see what it looks like on the page you can Click Here (<!-- m --><a class="postlink" href="http://www.arpoc.com/signup.html">http://www.arpoc.com/signup.html</a><!-- m -->)I'll move this over to the PHP forum, you'll get more help there.Hi, I can help ,but could you tell me a little more about how you want it. Should the resutls be e-mailed to you? Should they be stored in a file?, just answer those and i'll draw up a script for you.
I understand its probably a little work still left to do but if you could help me out it would be greatly apreciated.
<form name="form1" id="form1" method="post" action="mailto:[email protected]" ENCTYPE="text/plain"><br>
<b>Name:</b><br>
<align=center><input type="text" name="name" size="20"><br>
<b>Year, Make, and Model of your car:</b><br>
<input type="text" name="car" size="30"><br>
<b>Location:</b><br>
<input type="text" name="location" size="20"><br>
<b>Date of Birth:</b><br>
<input type="text" name="dob" size="20"><br>
<b>Email Address:</b><br>
<input type="text" name="email address" size="20"><br>
<b>AOL IM S/N:</b><br>
<input type="text" name="aol im" size="20"><br>
<b>Yahoo IM S/N:</b><br>
<input type="text" name="yahoo im" size="20"><br>
<b>Comments:</b><br>
<textarea cols="50" rows="5" name="comment"></textarea><br>
<br>
<input type=hidden name="missing_fields_redirect" value="http://www.arpoc.com/">
<input type="submit" value="Sign Up">
<input type="reset" value="Clear">
</form>
Thanks,
MikeI would prefer not to have the info sent to me in email but have it done in a .php but I dont know how to set it up. If you want to see what it looks like on the page you can Click Here (<!-- m --><a class="postlink" href="http://www.arpoc.com/signup.html">http://www.arpoc.com/signup.html</a><!-- m -->)I'll move this over to the PHP forum, you'll get more help there.Hi, I can help ,but could you tell me a little more about how you want it. Should the resutls be e-mailed to you? Should they be stored in a file?, just answer those and i'll draw up a script for you.