@yisrael-wix What I’m trying to do is this…
The current user of the page will answer all of the questions in the repeater by choosing from the radio buttons.
Example:
-
Question 1
a. By clicking this radio button, the user chooses a
b. By clicking this radio button, the user chooses b
c. By clicking this radio button, the user chooses c
d. By clicking this radio button, the user chooses d -
Question 2
a. By clicking this radio button, the user chooses a
b. By clicking this radio button, the user chooses b
c. By clicking this radio button, the user chooses c
d. By clicking this radio button, the user chooses d
and so on…
Then after clicking the submit button, I would be able to get the user’s answers for each question in string format and it is something like this… —> “a c b b c a”.