Hi,
I would need to auto navigate page to the next page on radio button selection, that we can handle in onValueChanged event. If user will go back with Previous link and click on the same previously selected answer, it should trigger the click event and go to the next page, which will not work in onValueChanged event.
I tried to add click event listener onAfterRenderPage, but it is not triggered on every page change.
Here, next button is disable for radiogroup question.