Sending Form Data

K

Kim

I have created a form (my server doesn't have fp extensions), but when you
hit submit, it informs you that it is being submitted by email and that the
data is not encrypted. Is there any way to avoid this? Here is the html I
used.

<form action="mailto:[email protected]" method="POST">

<input type=hidden name="recipient" value="(e-mail address removed)">

<p><input type="radio" value="Subscribe" checked name="R1">Subscribe<br>

<input type="radio" name="R1" value="Unsubscribe">Unsubscribe</p>

<input type="submit" value="Submit"> <input type="reset">



</form>
 
T

Thomas A. Rowe

No. Plus it may not work in all browsers. Check with your web host see what form handler they have
available or support.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top