Just a tip: You don't need to create a new validator function for your select. Instead of using value="none" for your default option use value="" and just add required:true to the rules.
about your problem: Try to put the alert inside the submitHandler function to know if your form is validating. On Mon, Sep 28, 2009 at 15:53, slimshady <bringmewa...@gmail.com> wrote: > > Can anyone tell me why my form action on line 113 does not fire after > I get successful validation ? http://gist.github.com/195643 > > After the form validates I want it to POST submit to the url please. >