Log in

View Full Version : Contact form not working?



thetermy
05-30-2011, 12:38 AM
Hey,

I am using a contact form on 3 different websites, but the code is exactly the same on all 3....

Here are the URL's to each site, and you will see the form is the same however some work and some don't...

1) http://www.cfseo.net/contact.php
this one is working...
2) http://taptutoring.com/contact.html
this one is not working
3) http://www.howtowindows.com/contact-us/
also not working


Any explenations?

fastsol1
05-30-2011, 08:37 PM
Well not sure if you're maybe working on this while I was looking cause the first link goes to a page that has php errors and is not working at this time.

The second link seems to work, i did not fill out the form but if you click it with the form empty it gives your the expected errors to fill in the fields and stuff, so not sure if there is really a problem on that link.

The third link, the submit button doesn't seem to do anything when clicked. I see that you are using the xhtml strict doctype and reviewing the code it throws an error for the submit button. The button needs to be in side a <fieldset></fieldset> like the search form higher on the page. Honestly I have not used the strict xhtml doctype so I can't say for sure that it will disable the button if not inside the fieldset.

Otherwise please tell us exactly what is or is not happening per link.