I am in the process of developing a form application that can dynamically build forms based on configurations fetched from a database. These configurations will include details like input type, validation rules, default values, and more.
This seems like a common issue that has been addressed before by many developers. Are there any existing projects I can refer to for inspiration or best practices? Perhaps even something I can reuse directly?
The app I am working on will be built using Titanium, a mobile development platform, and will primarily use javascript to incorporate configuration via JSON. However, I am open to exploring other solutions such as C# with XML configuration for new ideas and functionalities.