ive never had to deal with one before but its proving harder than i expected i just need an easy contact form what works unlike the one i have. here is the orignal one non working contact us sheet any ideas how to fix it ?
The reason it is not working is because you have php in a .html file. If you look at the source you will even see your php code. You must rename the file from .html to .php and it should work.
If the page was still up, you would be able to see the <?php ?> php tags in his html source that is obviously his problem.
Why not just a contact form that already exists and already works? Take a look at my (basic) free open source contact form: Free open source generic all-purpose contact form submitter