andrewhathaway / Winterfell

Generate complex, validated and extendable JSON-based forms in React.
http://winterfell.andrewhathaway.net
MIT License
785 stars 116 forks source link

Form builder UI? #114

Open rrjanbiah opened 5 years ago

rrjanbiah commented 5 years ago

Is there any helper builder kit for Winterfell? Something like https://github.com/kaushiknishchay/react-form-builder ?

TIA

rrjanbiah commented 5 years ago

@sponsology @gentijo @Pharserror Sorry, but thought of pinging as you all seem to have active forks here.

gentijo commented 5 years ago

Hi Andrew, yes we pulled in your conditional predicate branch and expanded on it as well as added a submit then goto panel function, so you can implement submit yourself then have a thank you panel. Will issue a PR once things settle down.

@rrjanbiah thanks for the link, creating a form builder is on our road map for early next year.

rrjanbiah commented 5 years ago

@gentijo Great! So happy to hear that!

VincentAlcantara commented 5 years ago

@rrjanbiah I am maintaining a winterfell form builder here: https://github.com/vincentalcantara/winterfell-form-builder

rrjanbiah commented 5 years ago

@VincentAlcantara

Great news indeed! But, if you are starting afresh, you may also want to consider Mozilla's JSON form schema that seems to be compatible with MongoDB and Kinto. Also, looks like many people are searching for the same https://github.com/mozilla-services/react-jsonschema-form/issues/588