I'm currently working on an ASP.NET MVC application, and I'm looking for a way to automatically generate HTML forms for a dynamic questionnaire. I have a list of over twenty questions, and I want to create a web form that allows users to answer these questions. Ideally, I'd like to avoid specifying a name for each input field individually.
Is there a recommended approach or a tool/library that can help streamline this process? My goal is to generate these forms dynamically based on the questions I have and then save the user responses to a file.
Any guidance or suggestions would be greatly appreciated!
I just recently started studying this technology and am looking for advice
I want to automatically generate HTML form