A Survey Form Question???Please Help!
This is my first shot at using Java scripting to write a survey form that will email me the results...attached is just a snippit of the last code of the form....
PHP]<FORM NAME="mail" method="POST" action="mailto:MyEMAILADDRESS?subject=Survey Results" onSubmit="return survey()"
enctype="multipart/form-data">
<input type=hidden name="question1">
<input type=hidden name="question2">
<input type=hidden name="question3">
<input type=hidden name="question4">
<input type=hidden name="comment">
<DIV ALIGN=center><INPUT TYPE="SUBMIT" VALUE="Submit Survey"></DIV ALIGN=center>
</FORM>[/PHP]
But here is my problem...the form works, but when I go to submit the form, I get an Alert Message Box stating that this form is using e-mail, and that if they agree their email address will be given to the receipiant..it will send data without encrypting it!
If I choose OK, another browser opens and it asks me for Network Password (Microsoft Passport)...WHAT"S GOING ON???:confused:
As I said I am new to this...This survey will be used for internal customers who will be accessing it through our Intranet..
I really need this...I hope that someone can help.
Thanx