tonytan4ever / Bootstrap-Form-Builder-V3V4

A bootstrap 3.0 form drag and drop builder, implemented in Jquery. Based on: https://github.com/minikomi/Bootstrap-Form-Builder
MIT License
74 stars 43 forks source link

convert the form as json #4

Closed thiyagu06 closed 9 years ago

thiyagu06 commented 9 years ago

Is it possible to save the form properties as json and save it in db??

tonytan4ever commented 9 years ago

What do you mean by "form properties" ? If that is the layout and the fields of the code then yes, it is possible. Need some clarification.

thiyagu06 commented 9 years ago

I mean to say that, layout position and attribute values.. also if possible can you share the code??

tonytan4ever commented 9 years ago

This is the code of form :

Your Form


```


It's in index.html

The layout of all fields are all in assets/js/data.

This is an open source project, so feel free to explore and experience with the code