PDA

View Full Version : Noob Question - Form Creation



clinton
17 Dec 2009, 01:44 PM
I had a question that I have been looking all over the net for without resolution.

I need to create a web form that I can email the folder to co-workers that they simply double click the HTML, it pops up a web form, they fill in the blanks and hit submit, and it outputs the data to a text file.

I just need to have them entering proper data, and then we can cut/paste that data from the text file?

Does that make sense? and is it possible to do?

prasanthmj
17 Dec 2009, 09:58 PM
First, learn how a web form works:
How to make a web form (http://www.javascript-coder.com/html-form/how-to-make-a-form.phtml)

The following pages will help in getting the submissions to email:
How to get email from html form submission (http://www.html-form-guide.com/email-form/html-email-form.html)