Skip to content

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.

License

ricardolima-xyz/easyjsonform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyJsonForm

Check out the EasyJsonForm webpage for interactive demo, documentation and much more.

When you need just a form, not a <form>.

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.

Key features

  • 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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published