Hello all,

I have in my database : Answer
Question (question)
Value (text)
ValueList (text)

I have on my page a customState « AnswerCustom » (Answer) list

I have on the page a repeating group with answer options (itself in a repeating question group). The user can click on multiple response groups.

I would like to add the click answers in my customstate (list of Answer). This is simple when I save the answer in the database but I would like not to do it (especially for unregistered customers).

Thank you