When I used customform for login, it won't give me any errors to be shown whenever the password was invalid or email is not existing. I put it on jquery mobile website. Any idea? On Jul 4, 2012 4:25 PM, "Anthony" <[email protected]> wrote:
> If you refuse to use web2py's css and js files, remember that >> response.flash and session.flash wont work >> > > Well, the flash message won't *display*, but it's easy to add some very > minimal JS code to get it to display. > > >> and also your validators also wont work. so you would have to handle form >> validation yourself. >> > > The validators will work fine without web2py's CSS and JS files. However, > when displaying form errors, you won't get the nice slidedown effect > without the JS (i.e., the errors will simply appear when the page is > initially rendered rather than sliding down after page render). > > Anthony >

