form on contact page
Code:
<form id="ContactForm" form action="contact.php" method="post" id="form" class="ContactForm">
form action="contact.php" S/B action="contact.php". No form.
You have two IDs.can only have one.
Your search form doesn't seem to have a file or function it is submitted to. So no processing.