You have to return the value: http://jsfiddle.net/ve2br/20/
As arian said, it's not ideal. If you want to do it right, it means extending / rewriting the Form Validator code in some pretty significant ways. If you use this synchronous ajax, I suggest putting a spinner over the whole page before you send the request because nothing else on the page that uses JS will work right. On Thu, Aug 18, 2011 at 12:52 PM, Doug <[email protected]> wrote: > Aaron, > > Just changing async to false does not make it work: > http://jsfiddle.net/machadoug/ve2br/19/ > > So I guess Form.Validator does not work with any kind of Ajax request, > not only asynchronous. > > Any other suggestion?
