>From the documentation: stopOnFailure - (*boolean*) if *true* (the default) the form will not submit if there is a validation error. evaluateOnSubmit - (*boolean*) whether to validate the form when the user submits it; defaults to *true*
On Tue, Aug 16, 2011 at 11:44 PM, Iran Modern Co <[email protected]> wrote: > Thanks > > i have another problem with this code > will time i click on submit,don`t work.i want will time submit clicked,post > to my action > > thanks > > On Wed, Aug 17, 2011 at 11:12 AM, Aaron Newton <[email protected]> wrote: > >> That's defined in the validator itself. You have 3 options: >> >> 1) write your own validator (see docs) >> 2) write your own localization (see docs) >> 3) enable the "useTitles" option and print out custom messages for each >> field >> >> >> On Tue, Aug 16, 2011 at 11:26 PM, persian mootools <[email protected]>wrote: >> >>> Hello >>> >>> http://jsfiddle.net/U6xLa/ >>> >>> i need to change string : Error: This field is required. >>> >>> i could not find it in my code. >>> >>> thanks >> >> >> >
