I have a form with multiple pages. On each page I have one question with radio button answers. When a user selects a radio button answers I would like them to proceed to the next page without pressing the ‘next’ button. How do I go about achieving this?
You would need to add some JavaScript to click the Next button after a change in the radio button field. I’ll leave this open in case someone has a code example to share.