views:

278

answers:

2

I want to mimic wufoo form builder web app, I used jquery to drag and drop elements on a workspace, but I need a way to let the user save his finished work , and download his work as html page, can any one help!!!

+1  A: 

I would recommend taking a look at CakePHP. It can get you up and running quickly with a lot of the CRUD (create, read, update, delete) features you will need for this and simplify your task a good deal. Or better yet, do the whole thing in Ruby on Rails from the start - which is what CakePHP is based on.

Serx
A: 

I also worked on a similar project, but I use symfony:)

hamza