lena11d
01-23-2009, 04:52 PM
I am trying to put the form on my site, and everytime I check it clicking send or submit this is the message that I get:
"This form is being submitted using e-mail.
Submitting this form will reveal your email address to the recepient, and will send the form data without encrypting it for privacy.
You may continue or cancel this submission."
and if you click Submit it shows this message:
" Outlook express:
A program is attemting to send the following message on your behalf:
To:
Subject: Form posted from Windows IE
Would you like to send this message?
Send Dont send
Can anyone help me please!
Here is the example of the script I am using (though it looks like it does not matter what script it is, it alwasy shows this message):
<FORM METHOD="POST" ACTION="mailto:hiphopdance@shaw.ca">
<INPUT TYPE="text" NAME="name" SIZE="30">
<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA>
<INPUT TYPE="submit">
<INPUT TYPE="reset">
</FORM>
Thank you!
"This form is being submitted using e-mail.
Submitting this form will reveal your email address to the recepient, and will send the form data without encrypting it for privacy.
You may continue or cancel this submission."
and if you click Submit it shows this message:
" Outlook express:
A program is attemting to send the following message on your behalf:
To:
Subject: Form posted from Windows IE
Would you like to send this message?
Send Dont send
Can anyone help me please!
Here is the example of the script I am using (though it looks like it does not matter what script it is, it alwasy shows this message):
<FORM METHOD="POST" ACTION="mailto:hiphopdance@shaw.ca">
<INPUT TYPE="text" NAME="name" SIZE="30">
<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA>
<INPUT TYPE="submit">
<INPUT TYPE="reset">
</FORM>
Thank you!