Answered
Form Risks
I have successfully created my first form using php. However,
I am concerned about security. I have researched spam harvesting
and realize that the static email address that the form will be
sent to probably will be hacked unless I institute some security
measures--and that there still is no guarantee that the email will
not be harvested or that illegitimate users will not use the form.
But I am more concerned about, and unsure of, the risks to the user. When I test my form in Netscape, I get a warning that the form is unencrypted and could easily be read by a third party (Safari doesn't give this warning). The form is basically asking for users' opinions and does not request any confidential information other than the person's name, organization, and email address.
So I'm wondering what the risks are of having users submit an unencrypted form? Is using a form like this any more risky than a regular email?
Thank you for considering my questions.
Monty
But I am more concerned about, and unsure of, the risks to the user. When I test my form in Netscape, I get a warning that the form is unencrypted and could easily be read by a third party (Safari doesn't give this warning). The form is basically asking for users' opinions and does not request any confidential information other than the person's name, organization, and email address.
So I'm wondering what the risks are of having users submit an unencrypted form? Is using a form like this any more risky than a regular email?
Thank you for considering my questions.
Monty
