in reply to Re^3: Form validation - server-side (Dancer) and client-side (javascript)
in thread Form validation - server-side (Dancer) and client-side (javascript)

They will soon (aka HTML5) but, yes, you're right. But as I understand it, HTML::FormFu::ExtJS will create the entire form using Javascript which obviously won't work on non-JS-browsers...

What I want to do is have a form that's validated (if possible) on the client side using JS and, as a fallback, on the server as well.

  • Comment on Re^4: Form validation - server-side (Dancer) and client-side (javascript)