I am building a wizard as a learning project, and I want to have a summary of all the radio buttons checked throughout the wizard on the final page... Do I do this through an array? If so, how do I add each radio button value to an array, then log it to the summary page? Is there another method to do this? Please help.I am building a wizard as a learning project, a