Author |
Message |
Topic: HTML Forms and Abyss |
Wishmaster
Replies: 3
Views: 6146
|
|
Ahh thanks so much, the info was very helpful.
And to think that I was 5 seconds away from adding text/plain to the enctype but didnt because I got too frustrated :-).
Anywho, thanks. |
Topic: HTML Forms and Abyss |
Wishmaster
Replies: 3
Views: 6146
|
|
This is how I set my form up with html:
<form action="mailto:emailhere" method="post" name="Contact">
<br>
Name<br>
<input name="Name" type="text" maxlength="30"><br ... |
|