Feature #3755
Need client side form validation
Start date:
04/23/2013
Due date:
% Done:
0%
Estimated time:
Description
My dreams of using the same validation scheme for client and server side has died. I love the way the ajax validates forms but it fails when the session timeouts and the user is no longer logged in. I don't want to redirect the user before form submission (they'll loses all their input) but I also don't want to keep that url mapping unprotected.