I have used your method detailed in your book to set up a working contact form for my website (thank you) but I have 2 questions regarding how you have done this.
Firstly If someone enters a long message in the Message box then it still all displays on one line is there a way to get around this and format it slightly better in the text file?
Secondly you have used a table to layout the form I assume this is only because it was outside the scope of this section to explain the CSS for it. Anyway I am trying to lay my form out using CSS and I have run into a few problems.
You can see the contact page
here. It was all inline and nice until I added Validation controls. These seem to have thrown it out of alignment and I am wondering how to target them in CSS to get them to display alongside the textboxes on the right so the form goes back to displaying as normal.
It currently doesn't display a confirmation of when a message has been sent and I have set it up to send to an email address that I don't use so don't be worried about sending a useless message to me if you end up having a look at it for me.
Help would be very appreciated Thanks.