🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

jform is an easy jQuery form builder which lets you dynamically generates form fields with preset values using JSON schema.

form-builder dynamic-form

Documentation

npm version

jform jQuery Plugin

Web HTML Form Kit, convert JSON to form and auto fill field easily. (Demo)

Install by NPM Package

npm install jform

HTML Input Support List

  • Text Input
  • Textarea
  • Radio
  • Check Box
  • Check Box (Multiple)
  • Select
  • Select (Multiple)

How to use

// get javascript object from form element var obj = $('#my-form').jform();  // set object info form element $('#my-form').jform(obj); // or $('#my-form').jform('{"text":"1234"}');

License

Apache License 2.0


You May Also Like