views:

143

answers:

2

How can I make a drag and drop editor like the one in wufoo.com form editor

A: 

For client side web applications, you can always look at the source.

And beware not to copy it 100%, just use it as a source of knowledge and use your imagination to create something new.

Gamecat
+2  A: 

Usually client side applications are built using some sort of client-side framework. The more popular ones are (in no particular order):

Start by checking those out, maybe try one or two tutorials, that should get you started.

Yuval A