blackjk3 / react-form-builder

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
MIT License
648 stars 521 forks source link

Save generated Form JSON #28

Open eeezyy opened 6 years ago

eeezyy commented 6 years ago

How is it possible to persist or to show the json of the generated form.

When I create a form and push the save button on the form preview, it tries to commit the form entries. That is all good.

But what i miss is a "generate json" button, or save button, which would send the json to a webservice endpoint.