I have a list service which takes a JSON array of "questions" and "answers" from the database and populates a list item element. Inside the listitem, I use an inputbox so the user can update the answers and then update the database. The list service is working fine and the input boxes are getting populated properly.
Now, how do I get the input box contents after the user updates the fields and convert each box into a JSON array? Ultimately, the updated answers go back to the database via an update/create service.