kaleguy / formiojs-client

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

Home Page:https://kaleguy.github.io/formiojs-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formiojs-client

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

Formio 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

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

Form Builder with JSON Editor

About

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

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

License:MIT License


Languages

Language:HTML 100.0%