-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Home
To install this library within your application, you can use the following.
npm install --save formiojs
You can then include The following major components within your application.
-
JavaScript API - This component allows you to easily communicate to the Form.io API's from within your JavaScript application.
-
Form Renderer - This is the core form rendering library which renders a Form.io JSON form schema within your page.
-
Form Builder - This is the code that will embed a form builder in your application.
-
Form Embedding - Allows you to embed a form within your application by including a single script tag as follows.
<script src="https://cdn.form.io/formiojs/formio.embed.min.js?src=https://examples.form.io/example"></script>
-
Form Utilities - This is a Utility javascript library that offers some common utilities within your application.
Display Users submitted data into a table inside the admin dashboard?