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
654 stars 537 forks source link

Custom Field Steps #33

Open mfreeman-xtivia opened 6 years ago

mfreeman-xtivia commented 6 years ago

Would you mind providing a brief description of how one would tweak your form builder code to add a custom form field/element to the builder?

I am very interested in using this in a production level product but am having a bit of a hard time winding my way through the code to figure out exactly how many places I would need to touch/change?

Thanks