I am currently designing a web form for my wife, who works at an insurance agency. She needs a web-based form to collect information for processing insurance quotes. Without access to a server, I need to ensure that all the details inputted by the user can be printed once the form is completed. The goal is to allow users to select different types of quotes in the first section and be directed through the subsequent sections accordingly. For example, if a user owns a home, they will not be required to provide renter's insurance information.
However, I am facing some issues with the form functionality. Whenever a user clicks "Next" on the quoteselection section, they are taken directly to the last section (autoquote) instead of progressing to the customerinfo section. Additionally, there seems to be no way for users to go back to the quoteselection section without refreshing the page.
I have also encountered difficulties with the JavaScript code, as any alterations seem to render the functions non-operational. As a novice in JavaScript and with some background in C#, I would greatly appreciate any assistance in resolving these issues. It has been quite some time since I last worked with HTML, and my attempts to find a solution with Google have been unsuccessful. Please feel free to ask for any additional information that may help clarify this matter.