I am searching for a node.js compatible form handler, mapper, validator, renderer which uses mongoose models to create a form.
Does somebody can recommand me a package?
I found these two:
but they haven't been updated for a while....
So I checked out different form modules.
First I used the "forms" module. Than I checked out the src code of https://github.com/GothAck/forms-mongoose and found out that it depends on "forms" only extended by reading the mongoose models. So you dan't have to write an extra schema for the forms.
I recommend to checkout Formage (npm:formage)