Forum Moderators: phranque
Don't think this works with MAC configurations, but 95% of your users should have no problem.
<form name="email" method="post" action="mailto:your_email_address_here"
onSubmit="return mailMe( this.form )" enctype="text/plain">
your name:<br>
<input type="text" name="SUBMITTED BY" size="30"><br><br>
your email address:<br>
<input type="text" name="EMAIL ADDRESS" size="30"><br><br>
your message:<br>
<textarea NAME="COMMENTS" ROWS="3" COLS="30" wrap="virtual"></textarea><br><br>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</form>
or, if you use php I have a simple email form I use. If you wanted I could send it to you. I have one that is well commented, or you could sticky me the url and I could put it together for you.
Can you tell I'm bored and want to do a little scripting?
If you know what types of fields you need and how many would be good.
ie.
text field
radio button
checkbox
text area
etc.
or you could sticky or email me (profile) and I will put a form together for you.