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>
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>