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….
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.