Hello everyone I have a repeating group that is displaying questions from a database I have setup that then lists the corresponding question when selected. I am wanting my next button to proceed to the next question in the repeating group.
For instance the next button is pressed and the next question is selected.
I am also needing help when my pop-up is first loaded to by default show the first question. Here when the page is fresh and the popup is initially opened it shows no data until a question is selected.
If the next button is inside the repeating group, the next button will set the custom state to the Search for 1 Basic Questionnaire's item # ( Current Cell's Index + 1) and it would work. If the button is outside repeating group, it won’t work with this custom state structure, it needs an index as a number custom state.