You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Formalize is a way to quickly describe forms in JSON so that they may be rendered using a templating engine (such as mustache).
Validation is currently considered out of scope as it is easy enough to do with jquery.validate and we wouldn't want to constrain your options on what validation framework should be used.
The scope of this project is intentially small and limited.