sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

submit form configuration #75

Closed tqsoft closed 3 years ago

tqsoft commented 3 years ago

hi great form builer, really fully featured.

2 questions i have:

  1. i haven't found in the doc how to submit the form configuration or how it create a json object i can use on my server side
  2. is it possible to integrate signature pad plugin like https://www.npmjs.com/package/vue-signature-pad ?
sethsandaru commented 3 years ago

Hello @tqsoft ,

  1. Please visit my documentation: https://phattranminh96.gitbook.io/vue-form-builder/getting-started/save-form-configuration or this repository to find out more how to save the JSON Form Configuration
  2. Yes, you can follow this documentation page: Create Custom Contro.

Thanks. If you got any questions, feel free to open this issue again.