Recreate existing form saved in json. Live Preview: http://reactformbuilder.wokay.me/
This plugin is recommend to use with plugin https://github.com/seapage/react-form-generator Result got from that generator is compatible with this plugin
npm i react-form-generator-from-json
import GenerateForm from 'react-form-generator-from-json'
<GenerateForm formJson={this.state.formToGenerate} />
formJson
- Here you should put existing form json which you want recreate
Get Json Callback
use ref to get result
-
<GenerateForm formJson={this_put_your_json} ref="generateForm" formJson={this.state.formToGenerate} />
GNU 3.0
- Blog https://wokay.me/
- Twitter https://twitter.com/_Wokay
- Linkedin https://www.linkedin.com/in/wokay/