I am trying to set up a page where users can send me a letter and stuff. I need the following form fields:
Name:
Email Address:
Letter:
Or
Attach A .txt file
SUBMIT | Reset
I need to be able to have the code for a page like this in a database field (mysql). Also, I need this form to email the forum input to a certain email address with a certain subject. How can I do this?