Check out the EasyJsonForm webpage for interactive demo, documentation and much more.
EasyJsonForm is a javascript form creation library for the cases when end-users need to create forms, such as survey or homework submission systems. With EasyJsonForm, users can easily create forms. Forms and form data are represented as objects that can be exported as JSON and rebuilt whenever you want.
- Visual, intuitive form builder for end-users
- Open source, MIT License
- Forms and form data are represented as objects that can be exported as JSON, retrieved and rebuilt whenever you can.
- Real-world input types. There are "Single choice" form fields instead of
<select>
. "Text" fields can be rendered as<input>
or<textarea>
according to what is set in its properties. - Form validation.
- Pure javascript, no dependencies.