jkk / formative

Web forms for Clojure and ClojureScript - rendering, parsing, and validating
208 stars 18 forks source link

It would be nice to have a form builder like ngFormBuilder from Form.io #67

Open ieugen opened 4 years ago

ieugen commented 4 years ago

Hi,

I saw ngFormBuilder from form.io and I think it is great for prototyping and fast form development. It would be great if Formative could have something like this. I saw there is a form renderer in the examples but no form builder.

I've posted the question here as well https://clojureverse.org/t/are-there-any-gui-form-builders-in-clojure-script-world-like-from-ios-ngformbuilder/6212 .

The whole form.io ecosystem comes a lot of features that you can use to deliver a working app/ prototype very fast.

iku000888 commented 4 years ago

Thanks for the idea!

In theory a form builder that spits out data that formative can render could work, but I have doubts coupling that with formative is the most valuable.

Having that said, if we are strictly limiting the scope to what formative could do, I think a transformer that takes the output json of the ngFormBuilder to formative data would be interesting.

ieugen commented 4 years ago

Thanks for the positive feedback. I'm looking into making use of form.io forms myself and see how they stand in practice. On paper it looks very nice. Let's see how it integrates with the rest of the tools and how it handles in time.