View Single Post
Old 10-08-2012, 03:03 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,383
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
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.

Last edited by sunfighter; 10-08-2012 at 03:10 PM..
sunfighter is offline   Reply With Quote