thechoo
30-10-2005, 01:17 PM
All I really want is the code of a working SUBMIT button that submit's to a email address.
If anyone can help or get a code that works a HC is on their way to them!
I'll be able to do all the input and radio buttons etc.. But I can't get a working SUBMIT button.
Here's a basic code if it's helpful?
<form>
Forum Name:
<input type="text" name="firstname">
<input type="radio" name="***" value="male"> Male
<br>
<input type="radio" name="***" value="female"> Female
<form action=mailto:"**EMAIL**" subject="Quiz Submission" method="post" enctype="text/plain">
<table><tr><td>
</td></tr>
<tr><td align=center>
<INPUT TYPE="submit" value="Submit" style="color: #ffffff; background-color: #000000">
</td></tr></table>
</FORM>
If anyone can help or get a code that works a HC is on their way to them!
I'll be able to do all the input and radio buttons etc.. But I can't get a working SUBMIT button.
Here's a basic code if it's helpful?
<form>
Forum Name:
<input type="text" name="firstname">
<input type="radio" name="***" value="male"> Male
<br>
<input type="radio" name="***" value="female"> Female
<form action=mailto:"**EMAIL**" subject="Quiz Submission" method="post" enctype="text/plain">
<table><tr><td>
</td></tr>
<tr><td align=center>
<INPUT TYPE="submit" value="Submit" style="color: #ffffff; background-color: #000000">
</td></tr></table>
</FORM>