I have never ever coded PHP before and don't have a clue about it. I can use XHTML and minimal JS.
I want a php email form that a user can fill in an it will email their comments to me. I found lots of examples on the net but I want one that it's 'thank you' page is styles like the rest of my site but I'm not sure how to do that. Like can I get the script to run and then when it's finished forward the browser to an HTML thank you page? If so do you know an example script that has this feature that I could just edit the thank you page's url?
Oh and the same with the form valiadtion, some forms I have used it goes to a blank page and displays the errors, I'd rather have one that does it via alert in JS. In fact I have a form that does that but then when the form's ok it just displays text instead of going to a thank you page.
Thank you in advance.