blackjk3 / react-form-builder

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
MIT License
648 stars 521 forks source link

Get answers from multiple form #40

Open ghilasbelkaci opened 3 years ago

ghilasbelkaci commented 3 years ago

Hello, I'm using the example "Next-Mongo" provided with this project, and it is great. However, I would like to render the answers from the "answers" collection (in other words the response that the user has entered in the form). I found in "http://localhost:3000/api/form" that the answers are rendered but only for the last response (so the last user), and I would like to GET all the answers (in other words all datas in "answers" collection for a specific form)

Any help would be great.

Thanks