Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaleguy/formiojs-client

Examples of using the formio.js form renderer as a standalone client library
https://github.com/kaleguy/formiojs-client

forms forms-builder html javascript-forms json json-forms

Last synced: about 1 month ago
JSON representation

Examples of using the formio.js form renderer as a standalone client library

Awesome Lists containing this project

README

        

# formiojs-client
Examples of using the formio.js form renderer as a standalone client library.

[Formio](http://wwww.form.io) is an innovative platform for building web apps, consisting of

* **a form builder GUI**
* **a form renderer** (for displaying forms built with the form builder)
* **an application server** integrated with the form builder and form renderer

The form.io server has features, including permissioning and user management making it easy to
build enterprise-level apps with minimal coding.

The basic server and form builder are open source and work with all frameworks.

In fact, the open source form renderer can work with any framework and any backend, even without
the form.io server. Create a complex form on the form.io site, then export the form JSON and use
the form renderer to build the form on your site.

You can build forms and get the form JSON at this form.io demo site:
[Form.io demo site with Form Builder](https://formio.github.io/formio.js/)

This repo has a couple of examples of forms created from form.io JSON and displayed with the formio.js
form renderer.

There is also a couple of examples of the Form.io form builder, which you can use to add a form designer to
your apps.

[Live Docs/Demo Site](https://kaleguy.github.io/formiojs-client)

[Form Builder with JSON Editor](https://kaleguy.github.io/formiojs-client/src/form-builder-edit-json.html)