0

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

4
  • @marc_s I don't think the OP meant ASP.NET Web Forms the technology, but rather that the web site should display HTML forms for the user to fill out. That's how I read the question, but I could be wrong too... Commented Nov 20, 2023 at 14:34
  • Yes. I mean HTML form. Commented Nov 20, 2023 at 14:57
  • 1
    Does this answer your question? ASP.NET MVC Dynamic Forms Commented Nov 20, 2023 at 15:16
  • OK,I updated the question to reflect that - sorry for the confusion Commented Nov 20, 2023 at 15:16

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.