Entry Form Demo

Entry Form

πŸš€  This is an example entry form application using DataFormsJS features that allows for entry forms to be defined using only HTML and Templating (Vue, Handlebars, etc).

βš™οΈ  The core [entryForm.js] page object provides a flexible API so it’s easy to customize for complex apps and the code is designed so that it can be easily modified to use as the starting point for a fully custom app if needed.

😊  The related [listEditor.js] plugin allows for easy development of entry forms that include line item tables or editing of multiple records on the same screen. The list editor is designed to provide a good developer experience because line item tables are fast to create and it allows for a good end user experience because data can be entered quickly.

🎨  This app uses Bootstrap for the layout and includes a number of plugins and controls in addition to the core entry form features.

πŸ”’  All data created by this app is saved on a server in temporary SQLite database using JSON Web Services. Authentication is handled with a custom JavaScript plugin for this page.

Core Code for this App
HTML needed to map Data Fields