Forms - Dynamic list view with conditional input widgets and retrieving response from user

Im able to create different types of forms, with different types of requested inputs from users. Each form has a form ID, with corresponding question IDs. Each question ID has a conditional container attached to it in the UI. For instance. One form can contain a title (single text form), description (multiple line text form), and another form can contain a title (single text form), multiple choice (listview with checkbox container) and dropdown for predefined selections.

I have created a table to fetch the input response from the user, where I want to store form ID (uuid), question ID (int) and response (in string list).

Im unable to fetch and store the responses from the specific form and questions, and store the answers in the string list.

What I want, is to store uuid, question id, and response list for each question that the dynamic form has, and get the response the user has inserted when clicking submit.

Is there an easy way of doing this?

1
3 replies