Hi, I would like to create a form on my web page with a few fields. I know the code to create fields and a table and specify the names of the fields. However, I do not know how to code it to email the form results to my email address. Can anyone help me? Thanks!
http://www.tele-pro.co.uk/scripts/contact_form/ http://www.emailmeform.com/ http://www.tele-pro.co.uk/scripts/contact_form/contact.htm.txt here some good form script you can use. to send the form data to your email, just change form action to <form method="POST" action="mailto:youremail@yourdomain.com">.
I would suggest you learn some kind of server-side programming to be able to do this since this requires a response from the server to email.
i was a noob at scripting when i attempted this... got it right first time, there's a few tutorials out there, even video ones on youtube
Yep and there's no shortage of these tutorials out there. You just have to stick to one and master one... maybe two. LOL.