Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Jquery Form Validation Problems ( PLEASE HELP! ) Re: Jquery Form Validation Problems ( PLEASE HELP! )

#122403
Murd
Member

Hey! I think the only thing that’s wrong is your selector:
(“#myForm”).submit(function(){

You selecting “myForm”, but your form has the id “newsletter”.

I think it works out fine then.