Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Form Builder GUI for PHP

I'm looking around for an open source form building package for PHP, and figured the hive-mob-mind of StackOverflow might be able to tilt me in the right direction.

Specifically, I'm looking for a form/survey builder application. I want something that lets an end user use a web based GUI to create and configure/surveys and web-based forms.

What are the de-facto standard tools/packages that people use for this kind of thing these days. I'm interested in software packages, not in hosted services.

like image 208
Alan Storm Avatar asked Aug 20 '09 16:08

Alan Storm


2 Answers

php-form-builder-class is an open-source project hosted on Google's Project Hosting service - http://code.google.com/p/php-form-builder-class/. There are many examples included to get you started quickly. I don't believe there is currently a GUI provided for end users to build forms though. I use this in my development and would recommend.

like image 164
ajporterfield Avatar answered Sep 23 '22 16:09

ajporterfield


Hey you should check the jquery.formbuilder by botskonet on github in URL:

jquery.formbuilder

like image 31
shgnInc Avatar answered Sep 23 '22 16:09

shgnInc