PDA

View Full Version : Forms write to html


DeRubis
10-18-2005, 08:54 PM
Hi. I was wondering if anyone could help me with my HTML. I really wasn't sure if I should put this in the HTML forum or ASP because I kind of need help with both.

Here is the problem. I'm doing a survey for school and I want to do it online. I would like to have 2 fields. Name and Answer. I want them both to just be writable text fields and not a radio button system or anything. Here is kind of what I would like to have.

Name: [field]
Answer: [field]

[submit]

When you hit the submit button I want it to write the text in both fields to an HTML document. I would really appreciate it if someone would help me.

Thanks a lot for the help.


If I could do it with PHP instead of ASP that would be ideal. Thanks again.

mrruben5
10-18-2005, 09:52 PM
There's plenty of poll scripts you can find online... Search for free online poll and you get loads of results.

Though reading your description it seems to me that this comment script from mylittlehomepage (http://www.mylittlehomepage.net/comment_script) will do what you need.

DeRubis
10-19-2005, 11:44 AM
Thanks a lot I think this will serve my purposes well. Thank you for your help.