Change your form name to something other than signup and it should work. I'm no pro at Javascript, but I think its because you're declaring both the form name and your function name with the same "signup" declaration. I took your code, changed the form name, and it worked for me (I got a...