Best Way To Let The User Create Form

Hello all,

Like in google drive, I would like to create a page of developpement of form and let the user of the app create their own form.

Could someone have an idea how to achieve this ?

How my database should look like ?

Something existing for doing that ?

Thanks

Hi, you can use a web-based html editor like CKEditor for making any html page (including forms) and then save all its generated html/javascript codes into a single field (e.g. form_html TEXT) in your db table.

Nice, very nice thanks!

But seems very difficult then to have the result of the form back :(

I think it’s better for me to create step by step my own form builder, but if someone know a good form builder I’m open ;)