hello all,
i have the following problem:
i would like to use a gallery to see all existent questions of a questionnaire.
Next to that, there should be one text input field that
1) is showing me the current answer to the selected question of the gallery as default value
(-> solved by writing all answers to the questions into a collection)
2) should update an existing (old) answer in the collection, when a text has been changed / entered
any ideas on how to solve that?
i.e.
1) in the gallery I select question ID5 -> on the right in the text input field I will see the current answer for question ID5
2) I am changing the answer and clicking on the next question
3) Going back to the question ID5 -> I should see the new answer for ID5.
Finally there will be one submit button to write all values from the collection to the target table.
Thanks in advance!
Best regards!