0

I'm looking for a javascript library (could be based on jQuery) that will implement a client side Form Editor.

The perfect example is something like offered by http://wufoo.com/
You should play with their free version to get the feeling of what I'm trying to find.

Also see this example someone made with jQuery. it is very basic, but a step in the right direction.

Do you know of any jQuery plugin or library that will give me the full functionality of form editing?

4

3 回答 3

2

I would recommend the awesome ExtJS framework to build such kind of application. Here's an example of what you can do.

ext/formbuilder

Add a form panel, then drop a textbox and so on...dead simple. Ext JS 2.2 and 3.0 (not yet ready) are LGPL and GPL licensed, you have also commercial subscriptions available, I think it worth to have a look at it.

于 2009-05-28T06:46:32.963 回答
1

Try the jQuery Form Builder plug-in from Botsko

于 2009-05-27T22:38:01.980 回答
1

I had the same problem and wrote one. Github link: SpiffForm.

于 2012-10-02T10:16:48.963 回答