Posts Tagged ‘html’

jQuery/PHP Form Builder Sourcecode

Saturday, April 11th, 2009

Got a few queries from people wanting to grab the code for the form builder, so thought I’d share it around. Its crudely stripped out of the admin system I’m working on, but its a good stepping stone to make it better.

Screenshot

This needs an update, will work on it over the weekend. Fixed some issues with dragging and the wysiwyg editor, also cleaned up the styles.

UPDATED 9 June 2009.

  • Fixed Stylesheet
  • Fixed TinyMCE issues.
  • Cleaned up DOM Objects.

DEMO

DOWNLOAD

As all the things I share, this comes with limited support, as is, and might require you to fix things yourself with your own mental abilities. This is a stripped Controller from a custom admin system I’m working on. To put it back into a controller, just edit formbuilder.php and wrap in a CodeIgniter controller extend.