minikomi/Bootstrap-Form-Builder

Save to database & re-edit? Has anyone been able to do it?

Closed this issue · 16 comments

Hello all,

I just found this code base and it seems to be a great product and it is what I have been looking for.

I guess the subject says it all, how can I save the HTML code to database and then re-edit it. Code snippet would be much appreciated.

I can be in JSON, PHP, ASP or any language.

Thanks...Q

store the instance of MyFormView in a variable and convert the form collection to json and save it.

thanks.

before I do that, is there way to bring it back and re-edit the form?

yes. store the json in db. reload the json from db and give it to the collection as input

is there a sample code somewhere or tutorial I could follow? I am really new to this

no i didn't mean sample of serialize - i meant sample of the serialize, json, saving and retrieving it back... willing to pay for your time for sample too...

hehe, its really not too hard m8, im sure if u have a look around you will find full working examples of how to do it in existing form building web plugins for wordpress etc, i will have a try later on tonight and see if i can do it ok! and ill post back here later to let you know how i go.

you are doing it in PHP?

I will try, sure!

I can do the page in PHP or ASP... I want to have it display on the page and have a lightbox popup for edit mode and the popup can be in PHP or ASP.

thanks guys.

Well i had a quick look into doing this, i am too busy sadly tonight to do the entire script but i can give an example of how to save your form then load it, i will fork this and post tomorrow at some point a full working example. as its really not very complex i dont req any payment brother.

i really appreciate your help. one day when we are in the same city, I'll buy you a beer or two... BTW, I am in Philadelphia area

So just an update m8 i managed to save the form as a serialized string that u could convert to json etc, very easily, having a few issues loading the form atm, tho i think i can prob figure it out. will keep u posted!

thanks and my offer stands - i am really new to backbone and have only done one other JSON call - so really new here...

it can be done.

2GB space + 20 GB B/W + cPanel, LAMP Hosting http://www.vazhangi.com/

On Sat, May 24, 2014 at 12:44 AM, qfard notifications@github.com wrote:

hey there, do you think you could do this for me? i am really stuck here
and need virtual hand.thanks. -----Original Message-----From:
notifications@github.comSent: Tue, 20 May 2014 22:03:18 -0700To:
bootstrap-form-builder@noreply.github.comSubject: Re:
[Bootstrap-Form-Builder] Save to database & re-edit? Has anyone been able
to do it? (#85)So just an update m8 i managed to save the form as a
serialized string that u could convert to json etc, very easily, having a
few issues loading the form atm, tho i think i can prob figure it out. will
keep u posted!

—Reply to this email directly or view it on GitHub.

Free 3D Marine Aquarium ScreensaverWatch dolphins, sharks & orcas on your
desktop!Check it out at www.inbox.com/marineaquarium


Reply to this email directly or view it on GitHubhttps://github.com//issues/85#issuecomment-44049700
.

how? have you done it? I don't know backbone