Generate form based on selection
- by Jay
I'm looking to build a web application that allows a person to select a plan and fill out an application for that plan. There are multiple plans and each plan generates a different application. Some of the questions are identical such as fields related to personal information.
I'm thinking of using ASP.NET MVC to build this web application. When generating the multi page application would it be best to
Create partial views (sections of applications) and combine them when generating the form. OR
Build some type of dynamic form generator