1. Create the form
2. Save the data from the form:
Using a programming language(as described earlier) save the data
- in a database
- or
- in a file (.txt, .xml,....)
3. View saved data:
- select the data you're interested in from the database
- using ASP.NET
- using PHP
- select the data you're interested in from the file
- using ASP.NET
- using PHP
4. The name it part means, I need to let the person filling it out set the name it will be saved as.
I don't understand what you try to say here...
(You mean you want to name the data saved from that form like you'd name a file or something for later access?)