Hello, i have a list of questions that i display in a list, i want to store the answers on the questions and the remarks on those same questions to a collection.
i have no experience working with REST services and so i can't manage to get the input to the collection (verry frustrating). i am getting to know JS but thats still in the basics..
Easiest to describe it ; it needs to loop through all list items and store them 1 by 1.
I have made a database and multiple collections (one for maintaining questions, one for storing answers).
I have a button that activates an "create" event "btn_save_new" ;
any help will be much appreciated !