|
where is the alert?
I also noticed you are using $("#email") to collect the value for your fields (i believe). $("#email") returns a jQuery object while $("#email").val() returns the value of the input field with an ID of email.
this should also be in the javascript section not PHP
Last edited by spyderwebtech; 10-27-2009 at 12:47 PM..
Reason: extra comments
|