cbergmiller / bootstrap-formform

Client-side form rendering for Bootstrap 3
http://www.bergmiller.de/formform_demo.html
MIT License
13 stars 9 forks source link

HTML to JSON #1

Open 0528Makoto opened 8 years ago

0528Makoto commented 8 years ago

possible?

cbergmiller commented 8 years ago

Do you want to serialize the user input? You can use the formSerialize method from http://malsup.com/jquery/form/#api it uses urlencode rather than JSON though.

0528Makoto commented 8 years ago

similar http://www.alpacajs.org/demos/form-builder/form-builder.html json to HTML form HTML form to json (in builder)

0528Makoto commented 8 years ago

how it could integrate? https://github.com/aiop/Bootstrap3-form-builder

Thanks for your time