I don't understand what you are replying to. I have an alert inside the submitHandler, How do I get POST to my form to happen after it is validated. That IS NOT happening. Thanks .
On Sep 28, 3:58 pm, Leonardo K <leo...@gmail.com> wrote: > 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.