I don't know too much about web development or making web pages although I can make simple html pages that have forms and so forth. I can do a little bit of javascript and css so that I can give the page some functionality and some type of design. However, I am trying to figure out a way how to create a page that will ask for a user's information such as first name and then have them emailed a message with a generic template with a few changes such as having their name put in the template where I have their name specified.
I don't have a database that I can pull information off of either, so I'm a little confused as to what I should be using. Should I be using html with javascript? Maybe php? VB Scripts? Any insight would be greatly appreciated since I can then start toying around with a few different things. Thank you!