comiddle
09-09-2003, 01:43 PM
When submitted, an alert pops up saying
"This form is being submitted using e-mail.
Submitting this form will reveal your e-mail address to the recipient and will send the form data without encrypting it for privacy.
You may continue or cancel this operation.
[Ok] [Cancel]"
I don't want this. I want my form submitted instantly and to send the user to a confirmation page.
Can you help?
Here's what I have.
Primitive, yes. But I'm new at this stuff...
<FORM METHOD="POST" ACTION="mailto:colingmiddleton@hotmail.com">
<TEXTAREA NAME="Box 1" ROWS=20 COLS=80>Text Here, Then Submit.
</TEXTAREA>
<INPUT TYPE="submit" VALUE="Submit" NAME="B1">
</FORM>
"This form is being submitted using e-mail.
Submitting this form will reveal your e-mail address to the recipient and will send the form data without encrypting it for privacy.
You may continue or cancel this operation.
[Ok] [Cancel]"
I don't want this. I want my form submitted instantly and to send the user to a confirmation page.
Can you help?
Here's what I have.
Primitive, yes. But I'm new at this stuff...
<FORM METHOD="POST" ACTION="mailto:colingmiddleton@hotmail.com">
<TEXTAREA NAME="Box 1" ROWS=20 COLS=80>Text Here, Then Submit.
</TEXTAREA>
<INPUT TYPE="submit" VALUE="Submit" NAME="B1">
</FORM>