I want to put some feedback forms on my site with the basic name, email, and comments. How do I do this? I know how to do the html to actually make the forms. What I dont know how to set it up so that I can read the feedback. Do you have to encode it somehow and put some code on another page in order to recieve the form output?
First, work throught a few online tutorials on html. They'll include how to mark up a form. Then, ask your hosting company if they provide, or can recommend, a safe and secure form mail script. You do not want to write your own or grab one willy-nilly off the net. A bad choice can wreak havoc. cheers, gary