Validation - Remote Failure
I am in the process of using the JQuery Validation Plug-In for one of my sites. I have an initial page up which accepts an Email Address and a Password (and comparison Password). These are bare-bones pages just to test with and will be fleshed out (along with the PHP scripts) once I have the code working. It is at
http://www.rarpsl.net/Church1/registration.html with the JQuery script at
http://www.rarpsl.net/Church1/scripts/registration.js. I am using JQuery 1.8.0 (when I used 1.7.2 I had the same problem), Validation 1.9.0, and Mac Firefox 3.6.28.
My problem is that no matter which email address I use, I get the error message triggered by a true reply. The PHP script is currently hardcoded to treat test@example.com as in use (thus true) and any other address as not-in-use (thus false). Using these addresses with http://www.rarpsl.net/Church1/reg.html shows the reply (which is created via echo "true"; or echo "false";).
I obviously have some coding error that I am not seeing. Can someone look at this and point out where my error is? Note that the styling code is commented out. Once I get this problem fixed I will post a question about the styling which is also causing problems.
Thank You.