farazilu/jquery.formbuilder

This package is abandoned and no longer maintained. The author suggests using the https://github.com/farazmunj/jquery.formbuilder package instead.

Jquery Form Builder

dev-master 2020-06-17 20:57 UTC

This package is auto-updated.

Last update: 2020-06-17 21:02:47 UTC


README

The jquery.Formbuilder plugin is a jQuery plugin that allows you add a form-creation, display, and basic validation tool into your application.

The API and example code has been left open for you to override, assuming that you want complete control over how the form data is saved and loaded. However we have provided some basic database loading/saving examples using PDO for MySQL.

Please report all issues, bugs, and feature suggestions to: https://snowy-evening.com/botsko/jquery-form-builder/

The tool interface is constructed using form data presented in JSON format by the server. The php class assists you with storing the data, generating the json, generating the html form, and processing the data.

A demo of this version may be found at http://botsko.net/Demos/formbuilder/

Please feel free to fork the project and provide patches back. Please let us know how you're using this product!

Development

We use Grunt for packaging and testing. After cloning the repo, run npm install once, and then grunt to check the source code and prepare the distribution copy.