Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any suggestion for 3rd parties .NET web form generator/builder [closed]

Do you have any suggestion for a product/solution that allow clients to create web forms online?

This is the scenario: Superuser creates web forms and publish them for further usage (for other users of the site).

I need asp.net or asp.net MVC. It would be good if it is possible to buy licence with source code, so I can customize and adapt the solution. I need to import this project in my .NET solution. Any help is appreciated.

Edit: I want to allow clients of web site, to be able to create their own web forms. Thay would be some kind of superusers or admin users. Clients have no tech knowledge. Do you have any good experience with this? Or do I need do code this from the scratch? Info Path is great tool, but it's only desktop app.It doesn't work with web.

Some .Net solutions like this http://wufoo.com/

Another great Product is this http://www.frevvo.com/frevvo/web/static/home

like image 797
nemke Avatar asked Nov 27 '22 17:11

nemke


1 Answers

ASP.NET MVC Dynamic Forms

Features:

  • Build HTML form fields at runtime from field definitions that are stored anywhere you like
  • Renders CSS friendly HTML
  • Automatic input validation of required fields and regular expressions applied to text fields

http://mvcdynamicforms.codeplex.com

like image 161
Adam Gordon Bell Avatar answered Nov 29 '22 07:11

Adam Gordon Bell