jQuery Form Builder Plugin

This is a demonstration of a jQuery (1.3+) plugin we've developed for our custom CMS product at Trellis Development. It's entirely written in javascript, and loads form construction information through an XML file. In this demo, the xml file is an example but in the real product it's generated on the backend by PHP.

This entire form builder is generated for us – all we needed to do give it the id of UL and a location for where to load/save the data. Just check out the source!

For the nice scrolling, formbuilder uses the jQuery.scrollTo plugin. The demo css we're using here is not compatible with IE.

View sample rendered html.