react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

Get answers from multiple form

Open ghilasbelkaci opened this issue 3 years ago • 0 comments

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

ghilasbelkaci avatar Feb 03 '21 15:02 ghilasbelkaci