Forums Index >> General >> Help with form submitions...
Page : <1> :
Next question, could you tell me what that would be?
Thursday, December 23, 2004 at 10:54:41 PM
Page : <1> :
I have tried:
<form action="mailto:e-mail" method="get" enctype="text/plain">
Name:<input type="text" name="Name" size="40" maxlength="256"><br>
E-mail Address:<input type="text" name="Email" size="40" maxlength="256"><br>
Comments:<textarea name="Comments" cols="30" rows="7"></textarea><br>
<input type="submit" value="Submit"><input type="reset" value="Reset">
</form>
But that didnt seem to work, and most of the free forms I have found are way to much for what I need, so is there any way to just have a simple little for that goes to 1 e-mail address without the need of a cgi script?
Thanks.