I am having some issues with the contact form that i am using. When i test the contact form on my localhost, everything works fine but when i upload it to the server it fails to send the message.
Everything should be correct in the php file but just in case can someone please look it over and...
It prints out the following:
data Object { readyState=4, status=200, statusText="OK"}
status success
Why does it say it was a success when it is not working? Also is there any particular reason why the contact form works on my local host but fails on the server?
i made the adjustment and ran it using firebug to debug. I am now getting the pop-up alert message "success"
<form id="ajax-contact-form" action="javascript:alert('success!');">
but it is not still not giving the confirmation message on the page:
$("#note").html('<div...
I'm using a simple contact form that I've used for other projects but I does not seem to be working properly for my current project. The problem is that it will not show the confirmation message result = '<div class="notification_ok">Your message has been sent. Thank...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.