I want to know the best way to implement a functionality, i.e., dynamic generation of web form on the client side by the user on my PHP web application? Also is there any readymade code or any API availale for it? Drag n Drop interface would be icing on the cake.
Asked
Active
Viewed 183 times
0
-
1You could try jquery http://jqueryui.com/demos/draggable/ with `ajax` to post the result to you php script – Sparkup Jun 12 '11 at 06:05
-
ok, that given. now how to implement this functionality in the least complicated way. can you shed some light on it? – 6nagi9 Jun 12 '11 at 06:24
-
1It's explained in detail here : http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/ – Sparkup Jun 12 '11 at 06:31