So, i'm sure i'm going to sound totally naive but i'm not a programmer, yet my job is slowly starting to require that I learn something about it. My boss asked me to make a web form and he has asp.net, so I sort of picked at random to use C# to make the form. I saw there were several other options. What are the differences between them? Is there an article somewhere out there that would lay it out for me? My form is up and working, at
http://www.metzgerstudios.com/contact/frame_01.aspx. If anyone knows off the top of their head also, the form works and sends an emai but the email looks something like this:
name:dathandawgweddingdate:1/1/1111email:xxx@xxxxx.comcontact:morning, ie no carriage returns. I know I can put spaces in it but it still looks bad, how can I put a <br> between the lines? Also, i'd like for the form, after it submits, to go to a thankyou page, that lets the person know their form was submitted and we'll contact them shortly. You know, so they don't sit there and keep resubmmitting the form thinking that its not getting processed. Does anyone know how to do that, or where I could look, or how I could google it? I have the problem of not knowing what to call things so that I can look them up.