Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
Examples of using the formio.js form renderer as a standalone client library
- Host: GitHub
- URL: https://github.com/kaleguy/formiojs-client
- Owner: kaleguy
- License: mit
- Created: 2018-09-06T12:58:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T13:54:16.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T12:26:58.566Z (3 months ago)
- Topics: forms, forms-builder, html, javascript-forms, json, json-forms
- Language: HTML
- Homepage: https://kaleguy.github.io/formiojs-client
- Size: 41 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - kaleguy/formiojs-client - Examples of using the formio.js form renderer as a standalone client library (json)
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 rendererThe 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)