I have implemented the sample code provided in this link, with the addition of 2 extra form steps:
My form consists of radio buttons (2 per page) instead of text boxes. How can I ensure that each form page is validated so that the form does not advance if no radio button has been selected? Ideally, I would like to provide feedback to the user prompting them to make a selection if none has been made. Currently, the form will advance even if no input has been provided, as demonstrated in the link above.
Thank you in advance!