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! )

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42272

    Would someone mind taking a good look at this?

    I’m pretty new to Jquery and can’t manage to get this to work, please could someone look at my pen and fix it?!

    Here’s the link to my pen http://codepen.io/AdamHodgson/pen/IxthL

    This is really nagging me so help is greatly appreciated!

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.