Sorry for being a noob but I\'m trying my best. I\'ve done and read everything I could find and I have never got this to work. Would really appreciate the help. The form id matc
Maybe your js code run before jQuery has been loaded. Try to include jQuery before other js files:
By the way, you just need to include jQuery once, not twice.