0

I have one form on this page: http://www.chatspring.me/FitTracker/.

It's not working, and I don't know why. Any ideas?

1 Answer 1

2

I noticed you're including jQuery twice--once before including validate and once after.

If I remove the jQuery include in the body tag, everything works fine. This is probably because the validate plugin is being attached to the first jQuery instance that's loaded, but then the second time you include jQuery, the validate plugin is being wiped away.

Here's your code working (minus styling): http://jsfiddle.net/andrewwhitaker/5kEbX/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.