Nancy O. wrote:
This script is missing a semi-colon at the end [user's email address removed].
<script type="text/javascript">
$(window).load(function(){
$('#form1').forms({
ownerEmail:'info@blahblahblah
})
});
</script>
That ; doesn't need to be there. (Edited YES it does!!!........but it won't matter if it's not...page might not validate I guess - if that's a concern )
Nancy O. wrote:
The <header> tag is missing a closing </header> and several other <divs> are missing closing </div>.
I hope you didn't pay much for this badly coded Template. It's a mishmash.
I assume that's where the OP removed part of the original template as it was not needed for the 'contact' page and most likely did it in design view taking a few closing tags with it - but yeah its not that well coded in my opinion.