[Solved] Extracting values in repeated elements from a repeater

@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:

  1. 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

  2. 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”.