Skip to content

A jQuery plugin for building forms, loading form structure from xml, and saving back to the server.

License

Notifications You must be signed in to change notification settings

viveleroi/jquery.formbuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.FormBuilder

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 https://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.

About

A jQuery plugin for building forms, loading form structure from xml, and saving back to the server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published