|
Re: Driving me crazy!
yes ids should be unique, if you are doing this for css style then replace id="contactform" with class="contactform" in the html and change the declaration from #contactform{} to .contactform{} in the css. I have bearly looked at php but two things I would check are first do you have smtp setup on the server (or what ever it uses) and a variable is enclosed in quotes in mail(), you may have to concatenate the string with the variable.
|