I don't want it to be viewed by anyone but me. But otherwise, yes, you are right.
Basically the form is set to post with the action as mailto:me. But by doing that, the name and email address of the person shows up in the email to me. I need to avoid that. So I want the form still set to post, but to post to a database on the server that I can download and get the data from. So I need a script of some sort that will append the data to the text file after the submit button is clicked.
|