Hi. I can't seem to get the code right to have the submit button send form
results to my e-mail address.
Code at beginning of form:
<FORM METHOD=POST ACTION="mailto:ttofohio@[EMAIL PROTECTED]
" >
Code to submit:
<INPUT TYPE="submit" VALUE="Submit the Form">
</FORM>
This opens my e-mail program with a file attached but does not address or
send the e-mail automatically. Should it? I could use some help. Thanks.