Reputation: 163
Is there an open source form builder that I can add it to my MVC project and create form on the fly by it. I want to my users can create a series of form themselves and then MVC program to render them.
I saw http://www.wufoo.com and http://www.jotform.com and these are ideal form of my user story.
Upvotes: 4
Views: 11662
Reputation: 3204
Naked Objects is a .NET framework that takes a domain object model, written as POCOs but following a few very simple conventions, and dynamically creates one or more complete interfaces for it, using reflection (not 'code generation' or 'scaffolding').
Naked Objects MVC builds upon the core framework to create a complete web-based user interface, using ASP.NET MVC 4.
https://github.com/NakedObjectsGroup/NakedObjectsFramework
Upvotes: 2
Reputation: 1319
I think you should check out Google Forms; It a free form builder with free hosting. It will save you allot of code writing that could use you for other stuff. For advance usage, search for how to add css and JS to google forms.
http://www.google.com/drive/apps.html
Upvotes: -1